Home
last modified time | relevance | path

Searched refs:GetPresentationPosition (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl.h106 static bool GetPresentationPosition(const SessionType& session_type, in GetPresentationPosition() function
113 return session_ptr->GetPresentationPosition( in GetPresentationPosition()
DBluetoothAudioSessionControl_2_1.h112 static bool GetPresentationPosition(const SessionType_2_1& session_type, in GetPresentationPosition() function
119 return session_ptr->GetAudioSession()->GetPresentationPosition( in GetPresentationPosition()
DBluetoothAudioSession.h152 bool GetPresentationPosition(uint64_t* remote_delay_report_ns,
DBluetoothAudioSession.cpp317 bool BluetoothAudioSession::GetPresentationPosition( in GetPresentationPosition() function in android::bluetooth::audio::BluetoothAudioSession
321 return HidlToAidlMiddleware_2_0::GetPresentationPosition( in GetPresentationPosition()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionControl.h131 static bool GetPresentationPosition( in GetPresentationPosition() function
137 return session_ptr->GetPresentationPosition(presentation_position); in GetPresentationPosition()
DHidlToAidlMiddleware_2_0.h56 static bool GetPresentationPosition(const SessionType_2_0& session_type,
DBluetoothAudioSession.h186 bool GetPresentationPosition(PresentationPosition& presentation_position);
DHidlToAidlMiddleware.cpp578 bool HidlToAidlMiddleware_2_0::GetPresentationPosition( in GetPresentationPosition() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0
582 auto ret_val = BluetoothAudioSessionControl::GetPresentationPosition( in GetPresentationPosition()
DBluetoothAudioSession.cpp518 bool BluetoothAudioSession::GetPresentationPosition( in GetPresentationPosition() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp514 bool retval = BluetoothAudioSessionControl::GetPresentationPosition(mSessionType, in getPresentationPosition()