Home
last modified time | relevance | path

Searched refs:delay_ns (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc470 uint64_t* delay_ns, uint64_t* bytes, timespec* timestamp) const { in GetPresentationPosition() argument
476 session_type_hidl_, delay_ns, bytes, timestamp); in GetPresentationPosition()
480 << ", state=" << state_ << ", delay=" << *delay_ns in GetPresentationPosition()
Ddevice_port_proxy.cc572 uint64_t* delay_ns, uint64_t* bytes, timespec* timestamp) const { in GetPresentationPosition() argument
580 *delay_ns = presentation_position.remoteDeviceAudioDelayNanos; in GetPresentationPosition()
589 << ", state=" << state_ << ", delay=" << *delay_ns in GetPresentationPosition()
Ddevice_port_proxy_hidl.h55 bool GetPresentationPosition(uint64_t* delay_ns, uint64_t* bytes,
Ddevice_port_proxy.h144 bool GetPresentationPosition(uint64_t* delay_ns, uint64_t* byte,
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1367 uint64_t delay_ns = delay_report * DELAY_TO_NS; in out_get_presentation_position() local
1368 if (delay_ns > MIN_DELAY_MS * MS_TO_NS && in out_get_presentation_position()
1369 delay_ns < MAX_DELAY_MS * MS_TO_NS) { in out_get_presentation_position()
1372 timestamp->tv_nsec += delay_ns; in out_get_presentation_position()