Home
last modified time | relevance | path

Searched refs:InReadPcmData (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl_2_1.h147 static size_t InReadPcmData(const SessionType_2_1& session_type, void* buffer, in InReadPcmData() function
152 return session_ptr->GetAudioSession()->InReadPcmData(buffer, bytes); in InReadPcmData()
DBluetoothAudioSession.h160 size_t InReadPcmData(void* buffer, size_t bytes);
DBluetoothAudioSession.cpp439 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData() function in android::bluetooth::audio::BluetoothAudioSession
441 return HidlToAidlMiddleware_2_0::InReadPcmData(session_type_, buffer, in InReadPcmData()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionControl.h216 static size_t InReadPcmData(const SessionType& session_type, void* buffer, in InReadPcmData() function
221 return session_ptr->InReadPcmData(buffer, bytes); in InReadPcmData()
DHidlToAidlMiddleware_2_0.h68 static size_t InReadPcmData(const SessionType_2_0& session_type, void* buffer,
DBluetoothAudioSession.h199 size_t InReadPcmData(void* buffer, size_t bytes);
DHidlToAidlMiddleware.cpp610 size_t HidlToAidlMiddleware_2_0::InReadPcmData( in InReadPcmData() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0
612 return BluetoothAudioSessionControl::InReadPcmData( in InReadPcmData()
DBluetoothAudioSession.cpp423 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp505 return BluetoothAudioSessionControl::InReadPcmData(mSessionType, buffer, bytes); in readData()