Searched refs:InReadPcmData (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionControl_2_1.h | 147 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()
|
D | BluetoothAudioSession.h | 160 size_t InReadPcmData(void* buffer, size_t bytes);
|
D | BluetoothAudioSession.cpp | 439 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/ |
D | BluetoothAudioSessionControl.h | 216 static size_t InReadPcmData(const SessionType& session_type, void* buffer, in InReadPcmData() function 221 return session_ptr->InReadPcmData(buffer, bytes); in InReadPcmData()
|
D | HidlToAidlMiddleware_2_0.h | 68 static size_t InReadPcmData(const SessionType_2_0& session_type, void* buffer,
|
D | BluetoothAudioSession.h | 199 size_t InReadPcmData(void* buffer, size_t bytes);
|
D | HidlToAidlMiddleware.cpp | 610 size_t HidlToAidlMiddleware_2_0::InReadPcmData( in InReadPcmData() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0 612 return BluetoothAudioSessionControl::InReadPcmData( in InReadPcmData()
|
D | BluetoothAudioSession.cpp | 423 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/ |
D | DevicePortProxy.cpp | 505 return BluetoothAudioSessionControl::InReadPcmData(mSessionType, buffer, bytes); in readData()
|