Searched refs:GetGdShimHandler (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ |
D | hci_layer.cc | 197 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()
|
D | acl_api.cc | 186 GetGdShimHandler()->BindOnce([](hci::ErrorCode status) { in ACL_RemoteNameRequest() 203 GetGdShimHandler()->BindOnce( in ACL_RemoteNameRequest() 210 GetGdShimHandler()->BindOnce( in ACL_RemoteNameRequest()
|
D | le_advertising_manager.cc | 65 bluetooth::shim::GetGdShimHandler()->BindOnce( in RegisterAdvertiser() 143 set_terminated_callback, bluetooth::shim::GetGdShimHandler()); in StartAdvertising() 172 maxExtAdvEvents, bluetooth::shim::GetGdShimHandler()); in StartAdvertisingSet()
|
D | entry.h | 67 os::Handler* GetGdShimHandler();
|
D | entry.cc | 39 os::Handler* GetGdShimHandler() { return Stack::GetInstance()->GetHandler(); } in GetGdShimHandler() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_entry.cc | 69 os::Handler* GetGdShimHandler() { return hci::testing::mock_gd_shim_handler_; } in GetGdShimHandler() function
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_dm_test.cc | 121 bluetooth::os::Handler* bluetooth::shim::GetGdShimHandler() { return nullptr; } in GetGdShimHandler() function in bluetooth::shim
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 124 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()
|