Home
last modified time | relevance | path

Searched refs:DumpBtScheduling (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_btif_bqr.cc35 void DumpBtScheduling(uint8_t length, uint8_t* p_event) { in DumpBtScheduling() function
/aosp12/system/bt/hci/test/
H A Dother_stack_stub.cc33 void DumpBtScheduling(unsigned char, unsigned char*) {} in DumpBtScheduling() function
/aosp12/system/bt/btif/include/
H A Dbtif_bqr.h371 void DumpBtScheduling(uint8_t length, uint8_t* p_bt_scheduling_event);
/aosp12/system/bt/stack/btm/
H A Dbtm_devctl.cc580 bluetooth::bqr::DumpBtScheduling(bqr_parameter_length, p_bqr_event); in btm_vendor_specific_evt()
/aosp12/system/bt/btif/src/
H A Dbtif_bqr.cc467 void DumpBtScheduling(uint8_t length, uint8_t* p_bt_scheduling_event) { in DumpBtScheduling() function
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc842 bluetooth::bqr::DumpBtScheduling(bqr_parameter_length, p_bqr_event); in filter_bqr_event()