Home
last modified time | relevance | path

Searched refs:LeRandCallback (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_rand_callback.h24 using LeRandCallback = common::ContextualOnceCallback<void(uint64_t)>; variable
Dcontroller_mock.h119 MOCK_METHOD(void, LeRand, (LeRandCallback cb));
Dcontroller_interface_mock.h119 MOCK_METHOD(void, LeRand, (LeRandCallback cb));
Dcontroller_interface.h130 virtual void LeRand(LeRandCallback cb) = 0;
Dcontroller.h137 virtual void LeRand(LeRandCallback cb) override;
Dcontroller.cc778 void le_rand(LeRandCallback cb) { in le_rand()
785 void le_rand_cb(LeRandCallback cb, CommandCompleteView view) { in le_rand_cb()
1392 void Controller::LeRand(LeRandCallback cb) { in LeRand()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.h376 std::function<void(bluetooth::hci::LeRandCallback cb)> body{
377 [](bluetooth::hci::LeRandCallback /* cb */) {}};
378 void operator()(bluetooth::hci::LeRandCallback cb) { body(std::move(cb)); }; in operator()
Dmock_bta_dm_api.cc225 void BTA_DmLeRand(bluetooth::hci::LeRandCallback cb) { in BTA_DmLeRand()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h111 void btif_dm_le_rand(bluetooth::hci::LeRandCallback callback);
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc353 void BTA_DmLeRand(bluetooth::hci::LeRandCallback cb) { in BTA_DmLeRand()
Dbta_dm_int.h333 void bta_dm_le_rand(bluetooth::hci::LeRandCallback cb);
Dbta_dm_act.cc1641 void bta_dm_le_rand(bluetooth::hci::LeRandCallback cb) { in bta_dm_le_rand()
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h775 void BTA_DmLeRand(bluetooth::hci::LeRandCallback cb);
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dadapter_service.rs129 BaseCallbacks::LeRandCallback(random) => { in fetch_events()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1061 LeRandCallback(u64), enumerator
1122 cb_variant!(BaseCb, le_rand_cb -> BaseCallbacks::LeRandCallback, u64);
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1446 #[btif_callback(LeRandCallback)]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc4187 void btif_dm_le_rand(bluetooth::hci::LeRandCallback callback) { in btif_dm_le_rand()