/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | BluetoothAudioProvider.cpp | 52 BluetoothAudioProvider::BluetoothAudioProvider() { in BluetoothAudioProvider() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioProvider 59 ndk::ScopedAStatus BluetoothAudioProvider::startSession( in startSession() 85 ndk::ScopedAStatus BluetoothAudioProvider::endSession() { in endSession() 104 ndk::ScopedAStatus BluetoothAudioProvider::streamStarted( in streamStarted() 119 ndk::ScopedAStatus BluetoothAudioProvider::streamSuspended( in streamSuspended() 134 ndk::ScopedAStatus BluetoothAudioProvider::updateAudioConfiguration( in updateAudioConfiguration() 156 ndk::ScopedAStatus BluetoothAudioProvider::setLowLatencyModeAllowed( in setLowLatencyModeAllowed() 169 ndk::ScopedAStatus BluetoothAudioProvider::parseA2dpConfiguration( in parseA2dpConfiguration() 179 ndk::ScopedAStatus BluetoothAudioProvider::getA2dpConfiguration( in getA2dpConfiguration() 190 ndk::ScopedAStatus BluetoothAudioProvider::setCodecPriority( in setCodecPriority() [all …]
|
D | HearingAidAudioProvider.cpp | 40 : BluetoothAudioProvider(), data_mq_(nullptr) { in HearingAidAudioProvider() 75 return BluetoothAudioProvider::startSession( in startSession()
|
D | A2dpSoftwareAudioProvider.cpp | 54 : BluetoothAudioProvider(), data_mq_(nullptr) { in A2dpSoftwareAudioProvider() 90 return BluetoothAudioProvider::startSession( in startSession()
|
D | HfpSoftwareAudioProvider.cpp | 44 : BluetoothAudioProvider(), data_mq_(nullptr) { in HfpSoftwareAudioProvider() 119 return BluetoothAudioProvider::startSession(host_if, audio_config, in startSession()
|
D | LeAudioSoftwareAudioProvider.cpp | 64 : BluetoothAudioProvider(), data_mq_(nullptr) {} in LeAudioSoftwareAudioProvider() 127 return BluetoothAudioProvider::startSession( in startSession()
|
D | HfpOffloadAudioProvider.h | 27 class HfpOffloadAudioProvider : public BluetoothAudioProvider {
|
D | HearingAidAudioProvider.h | 27 class HearingAidAudioProvider : public BluetoothAudioProvider {
|
D | A2dpSoftwareAudioProvider.h | 27 class A2dpSoftwareAudioProvider : public BluetoothAudioProvider {
|
D | HfpSoftwareAudioProvider.h | 27 class HfpSoftwareAudioProvider : public BluetoothAudioProvider {
|
/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 47 BluetoothAudioProvider::BluetoothAudioProvider() in BluetoothAudioProvider() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider 52 Return<void> BluetoothAudioProvider::startSession( in startSession() 77 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() 97 Return<void> BluetoothAudioProvider::streamSuspended( in streamSuspended() 117 Return<void> BluetoothAudioProvider::endSession() { in endSession()
|
D | BluetoothAudioProvider.h | 37 class BluetoothAudioProvider : public IBluetoothAudioProvider { 39 BluetoothAudioProvider(); 40 ~BluetoothAudioProvider() = default; 63 BluetoothAudioDeathRecipient(const sp<BluetoothAudioProvider> provider) in BluetoothAudioDeathRecipient() 71 sp<BluetoothAudioProvider> provider_;
|
D | A2dpOffloadAudioProvider.cpp | 42 : BluetoothAudioProvider() { in A2dpOffloadAudioProvider() 73 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | A2dpSoftwareAudioProvider.cpp | 48 : BluetoothAudioProvider(), mDataMQ(nullptr) { in A2dpSoftwareAudioProvider() 91 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | HearingAidAudioProvider.cpp | 44 : BluetoothAudioProvider(), mDataMQ(nullptr) { in HearingAidAudioProvider() 87 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | A2dpOffloadAudioProvider.h | 28 class A2dpOffloadAudioProvider : public BluetoothAudioProvider {
|
D | A2dpSoftwareAudioProvider.h | 36 class A2dpSoftwareAudioProvider : public BluetoothAudioProvider {
|
D | HearingAidAudioProvider.h | 36 class HearingAidAudioProvider : public BluetoothAudioProvider {
|
/hardware/interfaces/bluetooth/audio/2.1/default/ |
D | BluetoothAudioProvider.cpp | 48 BluetoothAudioProvider::BluetoothAudioProvider() in BluetoothAudioProvider() function in android::hardware::bluetooth::audio::V2_1::implementation::BluetoothAudioProvider 53 Return<void> BluetoothAudioProvider::startSession( in startSession() 73 Return<void> BluetoothAudioProvider::startSession_2_1( in startSession_2_1() 98 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() 118 Return<void> BluetoothAudioProvider::streamSuspended( in streamSuspended() 138 Return<void> BluetoothAudioProvider::endSession() { in endSession()
|
D | BluetoothAudioProvider.h | 36 class BluetoothAudioProvider : public IBluetoothAudioProvider { 38 BluetoothAudioProvider(); 39 ~BluetoothAudioProvider() = default; 66 BluetoothAudioDeathRecipient(const sp<BluetoothAudioProvider> provider) in BluetoothAudioDeathRecipient() 74 sp<BluetoothAudioProvider> provider_;
|
D | A2dpOffloadAudioProvider.cpp | 44 : BluetoothAudioProvider() { in A2dpOffloadAudioProvider() 79 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | LeAudioOffloadAudioProvider.cpp | 52 : BluetoothAudioProvider() {} in LeAudioOffloadAudioProvider() 92 return BluetoothAudioProvider::startSession_2_1(hostIf, audioConfig, in startSession_2_1()
|
D | HearingAidAudioProvider.cpp | 46 : BluetoothAudioProvider(), mDataMQ(nullptr) { in HearingAidAudioProvider() 93 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | A2dpSoftwareAudioProvider.cpp | 50 : BluetoothAudioProvider(), mDataMQ(nullptr) { in A2dpSoftwareAudioProvider() 97 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
|
D | A2dpOffloadAudioProvider.h | 28 class A2dpOffloadAudioProvider : public BluetoothAudioProvider {
|
D | LeAudioOffloadAudioProvider.h | 30 class LeAudioOffloadAudioProvider : public BluetoothAudioProvider {
|