Searched refs:OutWritePcmData (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionControl.h | 130 static size_t OutWritePcmData(const SessionType& session_type, in OutWritePcmData() function 135 return session_ptr->OutWritePcmData(buffer, bytes); in OutWritePcmData()
|
D | BluetoothAudioSessionControl_2_1.h | 136 static size_t OutWritePcmData(const SessionType_2_1& session_type, in OutWritePcmData() function 141 return session_ptr->GetAudioSession()->OutWritePcmData(buffer, bytes); in OutWritePcmData()
|
D | BluetoothAudioSession.h | 158 size_t OutWritePcmData(const void* buffer, size_t bytes);
|
D | BluetoothAudioSession.cpp | 402 size_t BluetoothAudioSession::OutWritePcmData(const void* buffer, in OutWritePcmData() function in android::bluetooth::audio::BluetoothAudioSession 405 return HidlToAidlMiddleware_2_0::OutWritePcmData(session_type_, buffer, in OutWritePcmData()
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSessionControl.h | 203 static size_t OutWritePcmData(const SessionType& session_type, in OutWritePcmData() function 208 return session_ptr->OutWritePcmData(buffer, bytes); in OutWritePcmData()
|
D | HidlToAidlMiddleware_2_0.h | 65 static size_t OutWritePcmData(const SessionType_2_0& session_type,
|
D | BluetoothAudioSession.h | 197 size_t OutWritePcmData(const void* buffer, size_t bytes);
|
D | HidlToAidlMiddleware.cpp | 604 size_t HidlToAidlMiddleware_2_0::OutWritePcmData( in OutWritePcmData() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0 606 return BluetoothAudioSessionControl::OutWritePcmData( in OutWritePcmData()
|
D | BluetoothAudioSession.cpp | 384 size_t BluetoothAudioSession::OutWritePcmData(const void* buffer, in OutWritePcmData() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | DevicePortProxy.cpp | 479 return BluetoothAudioSessionControl::OutWritePcmData(mSessionType, buffer, bytes); in writeData() 489 auto totalWrite = BluetoothAudioSessionControl::OutWritePcmData(mSessionType, dst.get(), in writeData()
|