Home
last modified time | relevance | path

Searched refs:GetPresentationDelay (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc716 bool LeAudioDeviceGroup::GetPresentationDelay(uint32_t* delay, in GetPresentationDelay() function in bluetooth::le_audio::LeAudioDeviceGroup
765 !GetPresentationDelay(&presentation_delay, direction)) { in GetRemoteDelay()
2018 GetPresentationDelay(&sink_delay, in PrintDebugState()
2020 GetPresentationDelay(&source_delay, in PrintDebugState()
2098 if (GetPresentationDelay( in Dump()
2105 if (GetPresentationDelay( in Dump()
Ddevice_groups.h212 bool GetPresentationDelay(uint32_t* delay, uint8_t direction) const;
Dstate_machine.cc2642 if (!group->GetPresentationDelay(&ase->qos_config.presentation_delay, in PrepareAndSendConfigQos()