Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc64 std::vector<RawAddress> classic_hid_devices, in BTM_AllowWakeByHid() argument
71 for (auto device : classic_hid_devices) { in BTM_AllowWakeByHid()
Dbtm_api.h98 std::vector<RawAddress> classic_hid_devices,
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc380 std::vector<RawAddress> classic_hid_devices, in BTA_DmAllowWakeByHid() argument
384 std::move(classic_hid_devices), in BTA_DmAllowWakeByHid()
Dbta_dm_int.h336 std::vector<RawAddress> classic_hid_devices,
Dbta_dm_act.cc1670 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/
Dmock_bta_dm_api.h104 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()
Dmock_bta_dm_api.cc123 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/
Dbta_api.h798 std::vector<RawAddress> classic_hid_devices,