Home
last modified time | relevance | path

Searched refs:total_num_decoded_frames (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc115 static void debug_dump_cb(bool active, uint16_t codec_id, int total_num_decoded_frames, in debug_dump_cb() argument
118 rusty::hfp_debug_dump_callback(active, codec_id, total_num_decoded_frames, packet_loss_ratio, in debug_dump_cb()
270 void DebugDumpCallback(bool active, uint16_t codec_id, int total_num_decoded_frames, in DebugDumpCallback() argument
274 total_num_decoded_frames, packet_loss_ratio, begin_ts, end_ts, pkt_status_in_hex, in DebugDumpCallback()
276 topshim::rust::internal::debug_dump_cb(active, codec_id, total_num_decoded_frames, in DebugDumpCallback()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_callbacks.h214 virtual void DebugDumpCallback(bool active, uint16_t codec_id, int total_num_decoded_frames,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h159 int total_num_decoded_frames; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs118 total_num_decoded_frames: i32, in on_hfp_debug_dump()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs253 total_num_decoded_frames: i32, in hfp_debug_dump_callback()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1492 total_num_decoded_frames: i32, in on_hfp_debug_dump()
1524 total_num_decoded_frames, in on_hfp_debug_dump()
Ddbus_iface.rs2957 total_num_decoded_frames: i32, in on_hfp_debug_dump()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs268 total_num_decoded_frames: i32, in on_hfp_debug_dump()
1902 total_num_decoded_frames, in dispatch_hfp_callbacks()
1915 total_num_decoded_frames, pkt_loss_ratio in dispatch_hfp_callbacks()
1927 total_num_decoded_frames, in dispatch_hfp_callbacks()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1580 debug_dump.is_active, debug_dump.codec_id, debug_dump.total_num_decoded_frames, in DebugDump()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc1757 if (!fill_plc_stats(&debug_dump.total_num_decoded_frames, &debug_dump.pkt_loss_ratio)) { in BTM_GetScoDebugDump()