Searched refs:total_bytes_readed (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSessionControl.h | 108 uint64_t* total_bytes_readed, in GetPresentationPosition() argument 114 remote_delay_report_ns, total_bytes_readed, data_position); in GetPresentationPosition()
|
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()
|
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()
|
D | BluetoothAudioSession.h | 153 uint64_t* total_bytes_readed,
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | HidlToAidlMiddleware_2_0.h | 58 uint64_t* total_bytes_readed,
|
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()
|