Searched refs:total_bytes_readed (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSessionControl.h | 108 uint64_t* total_bytes_readed, in GetPresentationPosition() argument 114 remote_delay_report_ns, total_bytes_readed, data_position); in GetPresentationPosition()
|
H A D | BluetoothAudioSessionControl_2_1.h | 114 uint64_t* total_bytes_readed, in GetPresentationPosition() argument 120 remote_delay_report_ns, total_bytes_readed, data_position); in GetPresentationPosition()
|
H A D | BluetoothAudioSession.cpp | 298 uint64_t* remote_delay_report_ns, uint64_t* total_bytes_readed, in GetPresentationPosition() argument 308 [&retval, &remote_delay_report_ns, &total_bytes_readed, &data_position]( in GetPresentationPosition() 316 if (total_bytes_readed) *total_bytes_readed = transmittedOctets; in GetPresentationPosition()
|
H A D | BluetoothAudioSession.h | 152 uint64_t* total_bytes_readed,
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | client_interface_unittest.cc | 150 uint64_t* total_bytes_readed, in GetPresentationPosition() argument 155 if (total_bytes_readed) { in GetPresentationPosition() 156 *total_bytes_readed = 0; in GetPresentationPosition()
|
H A D | client_interface.h | 134 uint64_t* total_bytes_readed,
|