Home
last modified time | relevance | path

Searched defs:GetEventMask (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h29 pdx::Status<int> GetEventMask(int events) { in GetEventMask() function
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dclient_channel.h36 Status<int> GetEventMask(int /*events*/) override { in GetEventMask() function
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_base.h44 Status<int> GetEventMask(int events) { in GetEventMask() function
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h101 pdx::Status<int> GetEventMask(int events) { in GetEventMask() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h228 uint64_t GetEventMask() const { return event_mask_; } in GetEventMask() function
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp384 Status<int> GetEventMask(int events) { in GetEventMask() function in __anon398fcdbf0110::TestClient
/aosp12/art/openjdkjvmti/
H A Devents.cc134 EventMask& EventMasks::GetEventMask(art::Thread* thread) { in GetEventMask() function in openjdkjvmti::EventMasks