Home
last modified time | relevance | path

Searched refs:presentation_delay (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc810 uint32_t presentation_delay; in GetRemoteDelay() local
812 if (!GetFirstActiveDevice() || !GetPresentationDelay(&presentation_delay, direction)) { in GetRemoteDelay()
821 remote_delay_ms = presentation_delay / 1000; in GetRemoteDelay()
Ddevices.cc985 << ", presentation_delay: " << +ase.qos_config.presentation_delay in PrintDebugState()
Dstate_machine.cc2673 if (!group->GetPresentationDelay(&ase->qos_config.presentation_delay, ase->direction)) { in PrepareAndSendConfigQos()
2689 conf.pres_delay = ase->qos_config.presentation_delay; in PrepareAndSendConfigQos()
Dle_audio_types.h1116 uint32_t presentation_delay = 0; member