Searched refs:classic_hid_devices (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 64 std::vector<RawAddress> classic_hid_devices, in BTM_AllowWakeByHid() argument 71 for (auto device : classic_hid_devices) { in BTM_AllowWakeByHid()
|
D | btm_api.h | 98 std::vector<RawAddress> classic_hid_devices,
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 380 std::vector<RawAddress> classic_hid_devices, in BTA_DmAllowWakeByHid() argument 384 std::move(classic_hid_devices), in BTA_DmAllowWakeByHid()
|
D | bta_dm_int.h | 336 std::vector<RawAddress> classic_hid_devices,
|
D | bta_dm_act.cc | 1670 std::vector<RawAddress> classic_hid_devices, in bta_dm_allow_wake_by_hid() argument 1674 if (classic_hid_devices.size() > 0) { in bta_dm_allow_wake_by_hid() 1680 bluetooth::shim::BTM_AllowWakeByHid(std::move(classic_hid_devices), in bta_dm_allow_wake_by_hid()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.h | 104 std::vector<RawAddress> classic_hid_devices, 110 void operator()(std::vector<RawAddress> classic_hid_devices, in operator() 112 body(classic_hid_devices, le_hid_devices); in operator()
|
D | mock_bta_dm_api.cc | 123 std::vector<RawAddress> classic_hid_devices, in BTA_DmAllowWakeByHid() argument 126 test::mock::bta_dm_api::BTA_DmAllowWakeByHid(classic_hid_devices, in BTA_DmAllowWakeByHid()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 798 std::vector<RawAddress> classic_hid_devices,
|