Home
last modified time | relevance | path

Searched refs:GetActiveDevice (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h47 virtual std::string GetActiveDevice() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h46 std::string GetActiveDevice() override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h258 virtual std::string GetActiveDevice() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp1061 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendPlaybackStatusChangedRsp()
1095 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackChangedRsp()
1124 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackReachedEndRsp()
1153 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendTrackReachedStartRsp()
1183 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendPlaybackPosChangedRsp()
1214 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendPlayerApplicationSettingChangedRsp()
1244 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendNowPlayingContentChangedRsp()
1273 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendAvailablePlayersChangedRsp()
1304 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendAddressedPlayerChangedRsp()
1334 RawAddress rawAddr(cnManager->GetActiveDevice()); in SendUidsChangedRsp()
[all...]
H A Davrcp_tg_state_machine.cpp432 if (cnManager->GetActiveDevice().compare(rawAddr_.GetAddress()) == 0x00) { in Dispatch()
483 if (cnManager->GetActiveDevice().compare(rawAddr_.GetAddress()) == 0x00) { in ToPassThroughEvent()
605 if (cnManager->GetActiveDevice().compare(rawAddr_.GetAddress()) == 0x00) { in Dispatch()
764 if (cnManager->GetActiveDevice().compare(rawAddr_.GetAddress()) == 0x00) { in Dispatch()
H A Davrcp_tg_connection.h187 const std::string &GetActiveDevice(void);
H A Davrcp_tg_connection.cpp183 const std::string &AvrcTgConnectManager::GetActiveDevice(void) in GetActiveDevice() function in OHOS::bluetooth::AvrcTgConnectManager
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp339 std::string activeDevice = HfpAgProfile::GetActiveDevice(); in ConnectSco()
526 CloseVoiceRecognition(RawAddress(HfpAgProfile::GetActiveDevice())); in PhoneStateChanged()
697 std::string preActiveDevice = HfpAgProfile::GetActiveDevice(); in ClearActiveDevice()
720 std::string HfpAgService::GetActiveDevice() in GetActiveDevice() function in OHOS::bluetooth::HfpAgService
724 return HfpAgProfile::GetActiveDevice(); in GetActiveDevice()
943 if (HfpAgProfile::GetActiveDevice() == address) { in SlcStateChanged()
1128 std::string activeDevice = HfpAgProfile::GetActiveDevice(); in IsActiveDevice()
1140 std::string preActiveDevice = HfpAgProfile::GetActiveDevice(); in ModifyActiveDevice()
H A Dhfp_ag_profile.h239 static std::string GetActiveDevice();
H A Dhfp_ag_command_processor.cpp321 if (HfpAgAudioConnection::GetActiveDevice().compare(dataConn.remoteAddr_) != 0) { in ChupExecuter()
323 "remoteAddr_[%{public}s]", GetEncryptAddr(HfpAgAudioConnection::GetActiveDevice()).c_str(), in ChupExecuter()
528 if (HfpAgAudioConnection::GetActiveDevice().compare(dataConn.remoteAddr_) != 0) { in BccExecuter()
531 GetEncryptAddr(HfpAgAudioConnection::GetActiveDevice()).c_str(), in BccExecuter()
H A Dhfp_ag_profile.cpp279 if (HfpAgAudioConnection::GetActiveDevice() == address_) { in ProcessAudioConnectRequest()
370 std::string HfpAgProfile::GetActiveDevice() in GetActiveDevice() function in OHOS::bluetooth::HfpAgProfile
372 return HfpAgAudioConnection::GetActiveDevice(); in GetActiveDevice()
845 if ((isAudioConnected == false) && (address_ == HfpAgAudioConnection::GetActiveDevice())) { in ProcessPreviousCallStateIdle()
H A Dhfp_ag_audio_connection.h85 static std::string GetActiveDevice();
H A Dhfp_ag_service.h264 std::string GetActiveDevice() override;
H A Dhfp_ag_system_event_processer.cpp140 if (HfpAgProfile::GetActiveDevice() != address_) { in ProcessHfVolumeChangedEvent()
H A Dhfp_ag_audio_connection.cpp59 std::string HfpAgAudioConnection::GetActiveDevice() in GetActiveDevice() function in OHOS::bluetooth::HfpAgAudioConnection
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h137 DeviceType GetActiveDevice();
332 DeviceType activeDevice = audioAdapterManager_->GetActiveDevice(); in OnGetVolumeDbCb()
346 audioAdapterManager_->GetActiveDevice(), volumeLevel); in OnGetVolumeDbCb()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h293 BluetoothRemoteDevice GetActiveDevice() const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h46 std::string GetActiveDevice() override;
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/interface/
H A Diaudio_policy_interface.h142 virtual DeviceType GetActiveDevice() = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp304 BluetoothRemoteDevice GetActiveDevice() in GetActiveDevice() function
310 std::string address = proxy->GetActiveDevice(); in GetActiveDevice()
631 BluetoothRemoteDevice HandsFreeAudioGateway::GetActiveDevice() const in GetActiveDevice() function in OHOS::Bluetooth::HandsFreeAudioGateway
642 device = pimpl->GetActiveDevice(); in GetActiveDevice()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp358 std::string BluetoothHfpAgServer::GetActiveDevice() in GetActiveDevice() function in OHOS::Bluetooth::BluetoothHfpAgServer
362 dev = pimpl->HfpAgService_->GetActiveDevice(); in GetActiveDevice()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp321 * @tc.name: GetActiveDevice
329 BluetoothRemoteDevice device = profile_->GetActiveDevice(); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp455 if (GetActiveDevice() == DEVICE_TYPE_BLUETOOTH_A2DP && IsAbsVolumeScene() && volumeType == STREAM_MUSIC) { in SetAudioVolume()
462 auto it = deviceClassMap.find(GetActiveDevice()); in SetAudioVolume()
464 AUDIO_ERR_LOG("unkown device type %{public}d", GetActiveDevice()); in SetAudioVolume()
483 DeviceType dev = GetActiveDevice(); in SetOffloadVolume()
1900 DeviceType AudioAdapterManager::GetActiveDevice() in GetActiveDevice() function in OHOS::AudioStandard::AudioAdapterManager
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp309 std::string BluetoothHfpAgProxy::GetActiveDevice() in GetActiveDevice() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp329 std::string result = GetActiveDevice(); in GetActiveDeviceInner()

Completed in 24 milliseconds

12