Home
last modified time | relevance | path

Searched refs:AudioA2dpManager (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp32 A2dpSource *AudioA2dpManager::a2dpInstance_ = nullptr;
33 std::shared_ptr<AudioA2dpListener> AudioA2dpManager::a2dpListener_ = std::make_shared<AudioA2dpListener>();
34 int AudioA2dpManager::connectionState_ = static_cast<int>(BTConnectState::DISCONNECTED);
35 BluetoothRemoteDevice AudioA2dpManager::activeA2dpDevice_;
45 std::vector<std::shared_ptr<AudioA2dpPlayingStateChangedListener>> AudioA2dpManager::a2dpPlayingStateChangedListeners_;
104 void AudioA2dpManager::RegisterBluetoothA2dpListener() in RegisterBluetoothA2dpListener()
106 AUDIO_INFO_LOG("AudioA2dpManager::RegisterBluetoothA2dpListener"); in RegisterBluetoothA2dpListener()
113 void AudioA2dpManager::UnregisterBluetoothA2dpListener() in UnregisterBluetoothA2dpListener()
115 AUDIO_INFO_LOG("AudioA2dpManager::UnregisterBluetoothA2dpListener"); in UnregisterBluetoothA2dpListener()
122 void AudioA2dpManager
[all...]
H A Daudio_bluetooth_manager.h49 class AudioA2dpManager { class
51 AudioA2dpManager() = default;
52 virtual ~AudioA2dpManager() = default;
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H A Daudiobluetoothmanager_fuzzer.cpp71 Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(macAddress, volume); in AudioA2dpManagerFuzzTest()
72 Bluetooth::AudioA2dpManager::OffloadStartPlaying(sessionsID); in AudioA2dpManagerFuzzTest()
73 Bluetooth::AudioA2dpManager::OffloadStopPlaying(sessionsID); in AudioA2dpManagerFuzzTest()
74 Bluetooth::AudioA2dpManager::A2dpOffloadSessionRequest(info); in AudioA2dpManagerFuzzTest()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/listener/
H A Ddevice_status_listener.cpp145 if (Bluetooth::AudioA2dpManager::HasA2dpDeviceConnected()) { in OnServiceStatusReceived()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp730 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, volumeLevel); in SetSystemVolumeLevel()
732 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetSystemVolumeLevel()
1070 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, 0); in SetStreamMute()
1072 return Bluetooth::AudioA2dpManager::SetDeviceAbsVolume(activeBTDevice_, in SetStreamMute()
1323 int32_t ret = Bluetooth::AudioA2dpManager::Connect(selectedDesc->macAddress_); in ConnectVirtualDevice()
3313 if (Bluetooth::AudioA2dpManager::GetActiveA2dpDevice() == deviceDescriptor->macAddress_ && in SwitchActiveA2dpDevice()
3321 result = Bluetooth::AudioA2dpManager::SetActiveA2dpDevice(deviceDescriptor->macAddress_); in SwitchActiveA2dpDevice()
4255 Bluetooth::AudioA2dpManager::SetActiveA2dpDevice(""); in UpdateActiveA2dpDeviceWhenDisconnecting()
4420 int32_t ret = Bluetooth::AudioA2dpManager::GetA2dpDeviceStreamInfo(macAddress, streamInfo); in OnDeviceStatusUpdated()
6351 Bluetooth::AudioA2dpManager in HandleAbsBluetoothVolume()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1332 void Init() {Bluetooth::AudioA2dpManager::RegisterA2dpPlayingStateChangedListener(shared_from_this());}; in Init()

Completed in 17 milliseconds