Searched refs:InReadPcmData (Results 1 – 4 of 4) sorted by relevance
147 static size_t InReadPcmData(const SessionType_2_1& session_type, void* buffer, in InReadPcmData() function152 return session_ptr->GetAudioSession()->InReadPcmData(buffer, bytes); in InReadPcmData()
159 size_t InReadPcmData(void* buffer, size_t bytes);
409 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData() function in android::bluetooth::audio::BluetoothAudioSession
488 return BluetoothAudioSessionControl_2_1::InReadPcmData(session_type_, buffer, in ReadData()