Home
last modified time | relevance | path

Searched refs:OutWritePcmData (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl.h130 static size_t OutWritePcmData(const SessionType& session_type, in OutWritePcmData() function
135 return session_ptr->OutWritePcmData(buffer, bytes); in OutWritePcmData()
DBluetoothAudioSessionControl_2_1.h136 static size_t OutWritePcmData(const SessionType_2_1& session_type, in OutWritePcmData() function
141 return session_ptr->GetAudioSession()->OutWritePcmData(buffer, bytes); in OutWritePcmData()
DBluetoothAudioSession.h158 size_t OutWritePcmData(const void* buffer, size_t bytes);
DBluetoothAudioSession.cpp402 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/
DBluetoothAudioSessionControl.h203 static size_t OutWritePcmData(const SessionType& session_type, in OutWritePcmData() function
208 return session_ptr->OutWritePcmData(buffer, bytes); in OutWritePcmData()
DHidlToAidlMiddleware_2_0.h65 static size_t OutWritePcmData(const SessionType_2_0& session_type,
DBluetoothAudioSession.h197 size_t OutWritePcmData(const void* buffer, size_t bytes);
DHidlToAidlMiddleware.cpp604 size_t HidlToAidlMiddleware_2_0::OutWritePcmData( in OutWritePcmData() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0
606 return BluetoothAudioSessionControl::OutWritePcmData( in OutWritePcmData()
DBluetoothAudioSession.cpp384 size_t BluetoothAudioSession::OutWritePcmData(const void* buffer, in OutWritePcmData() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp479 return BluetoothAudioSessionControl::OutWritePcmData(mSessionType, buffer, bytes); in writeData()
489 auto totalWrite = BluetoothAudioSessionControl::OutWritePcmData(mSessionType, dst.get(), in writeData()