Home
last modified time | relevance | path

Searched defs:SetEventMask (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h230 void SetEventMask(uint64_t mask) { event_mask_ = mask; } in SetEventMask() function
/system/bt/gd/hci/
Dcontroller.cc957 void Controller::SetEventMask(uint64_t event_mask) { in SetEventMask() function in bluetooth::hci::Controller
/system/bt/stack/include/
Dhcimsgs.h150 void (*SetEventMask)(); member
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc934 void DualModeController::SetEventMask(CommandView command) { in SetEventMask() function in test_vendor_lib::DualModeController