Home
last modified time | relevance | path

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

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