Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetrics.cc420 A2DPSession* a2dp_session = in LogA2dpSession() local
422 a2dp_session->set_audio_duration_millis( in LogA2dpSession()
424 a2dp_session->set_media_timer_min_millis( in LogA2dpSession()
426 a2dp_session->set_media_timer_max_millis( in LogA2dpSession()
428 a2dp_session->set_media_timer_avg_millis( in LogA2dpSession()
430 a2dp_session->set_buffer_overruns_max_count( in LogA2dpSession()
432 a2dp_session->set_buffer_overruns_total( in LogA2dpSession()
434 a2dp_session->set_buffer_underruns_average( in LogA2dpSession()
436 a2dp_session->set_buffer_underruns_count( in LogA2dpSession()
438 a2dp_session->set_source_codec( in LogA2dpSession()
[all …]
Dmetrics_unittest.cc130 A2DPSession* a2dp_session) { in MakeBluetoothSession() argument
132 if (a2dp_session) session->set_allocated_a2dp_session(a2dp_session); in MakeBluetoothSession()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto120 optional A2DPSession a2dp_session = 7; field