Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A 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()
H A DBluetoothAudioSession.h159 size_t InReadPcmData(void* buffer, size_t bytes);
H A DBluetoothAudioSession.cpp409 size_t BluetoothAudioSession::InReadPcmData(void* buffer, size_t bytes) { in InReadPcmData() function in android::bluetooth::audio::BluetoothAudioSession
/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.cc488 return BluetoothAudioSessionControl_2_1::InReadPcmData(session_type_, buffer, in ReadData()