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.cc762 uint32_t presentation_delay; in GetRemoteDelay() local
765 !GetPresentationDelay(&presentation_delay, direction)) { in GetRemoteDelay()
774 remote_delay_ms = presentation_delay / 1000; in GetRemoteDelay()
Ddevices.cc917 << ", presentation_delay: " << +ase.qos_config.presentation_delay in PrintDebugState()
Dstate_machine.cc2642 if (!group->GetPresentationDelay(&ase->qos_config.presentation_delay, in PrepareAndSendConfigQos()
2659 conf.pres_delay = ase->qos_config.presentation_delay; in PrepareAndSendConfigQos()
Dle_audio_types.h1126 uint32_t presentation_delay = 0; member