Searched refs:total_bytes_readed (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSession.cpp | 318 uint64_t* remote_delay_report_ns, uint64_t* total_bytes_readed, in GetPresentationPosition() argument 322 session_type_, remote_delay_report_ns, total_bytes_readed, in GetPresentationPosition() 332 [&retval, &remote_delay_report_ns, &total_bytes_readed, &data_position]( in GetPresentationPosition() 340 if (total_bytes_readed) *total_bytes_readed = transmittedOctets; in GetPresentationPosition()
|
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.h | 153 uint64_t* total_bytes_readed,
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
H A D | HidlToAidlMiddleware.cpp | 580 uint64_t* total_bytes_readed, timespec* data_position) { in GetPresentationPosition() argument 586 if (total_bytes_readed) in GetPresentationPosition() 587 *total_bytes_readed = presentation_position.transmittedOctets; in GetPresentationPosition()
|
H A D | HidlToAidlMiddleware_2_0.h | 58 uint64_t* total_bytes_readed,
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl_unittest.cc | 149 bool GetPresentationPosition(uint64_t* remote_delay_report_ns, uint64_t* total_bytes_readed, in GetPresentationPosition() argument 154 if (total_bytes_readed) { in GetPresentationPosition() 155 *total_bytes_readed = 0; in GetPresentationPosition()
|
D | client_interface_hidl.h | 120 uint64_t* total_bytes_readed, timespec* data_position) = 0;
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | transport_instance.h | 75 uint64_t* total_bytes_readed, timespec* data_position) = 0;
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | transport_instance.h | 84 uint64_t* total_bytes_readed, timespec* data_position) = 0;
|