Home
last modified time | relevance | path

Searched refs:GetGdShimHandler (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc197 bluetooth::shim::GetGdShimHandler()->BindOnce(OnTransmitPacketStatus, status_callback, in transmit_command()
202 bluetooth::shim::GetGdShimHandler()->BindOnce(OnTransmitPacketCommandComplete, in transmit_command()
224 pending_iso_data->Enqueue(std::move(iso_packet), bluetooth::shim::GetGdShimHandler()); in transmit_iso_fragment()
228 auto handler = bluetooth::shim::GetGdShimHandler(); in register_event()
233 auto handler = bluetooth::shim::GetGdShimHandler(); in register_le_event()
257 hci_iso_queue_end->RegisterDequeue(bluetooth::shim::GetGdShimHandler(), in register_for_iso()
331 bluetooth::shim::GetGdShimHandler()->Call(packet_fragmenter->fragment_and_dispatch, in transmit_downward()
Dacl_api.cc186 GetGdShimHandler()->BindOnce([](hci::ErrorCode status) { in ACL_RemoteNameRequest()
203 GetGdShimHandler()->BindOnce( in ACL_RemoteNameRequest()
210 GetGdShimHandler()->BindOnce( in ACL_RemoteNameRequest()
Dle_advertising_manager.cc65 bluetooth::shim::GetGdShimHandler()->BindOnce( in RegisterAdvertiser()
143 set_terminated_callback, bluetooth::shim::GetGdShimHandler()); in StartAdvertising()
172 maxExtAdvEvents, bluetooth::shim::GetGdShimHandler()); in StartAdvertisingSet()
Dentry.h67 os::Handler* GetGdShimHandler();
Dentry.cc39 os::Handler* GetGdShimHandler() { return Stack::GetInstance()->GetHandler(); } in GetGdShimHandler() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc69 os::Handler* GetGdShimHandler() { return hci::testing::mock_gd_shim_handler_; } in GetGdShimHandler() function
/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc121 bluetooth::os::Handler* bluetooth::shim::GetGdShimHandler() { return nullptr; } in GetGdShimHandler() function in bluetooth::shim
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc124 hci_sco_queue_end->RegisterDequeue(bluetooth::shim::GetGdShimHandler(), in register_for_sco()
536 cpp::pending_sco_data->Enqueue(std::move(sco_packet), bluetooth::shim::GetGdShimHandler()); in btm_send_sco_packet()