Home
last modified time | relevance | path

Searched defs:frames_n (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_opus_unittest.cc199 auto enqueue_cb = +[](BT_HDR* p_buf, size_t frames_n, uint32_t /*len*/) -> bool { in TEST_F()
Da2dp_sbc_unittest.cc206 auto enqueue_cb = +[](BT_HDR* p_buf, size_t frames_n, uint32_t /*len*/) -> bool { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc982 static bool btif_a2dp_source_enqueue_callback(BT_HDR* p_buf, size_t frames_n, in btif_a2dp_source_enqueue_callback()