Home
last modified time | relevance | path

Searched defs:clear_mask (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dchannel_event_set.cpp45 int ChannelEventSet::ModifyEvents(int clear_mask, int set_mask) { in ModifyEvents()
Dservice_endpoint.cpp353 Status<void> Endpoint::ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
/frameworks/native/libs/vr/libpdx/
Dservice.cpp368 Status<void> Message::ModifyChannelEvents(int clear_mask, int set_mask) { in ModifyChannelEvents()
527 Status<void> Service::ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h39 uint64_t clear_mask, uint64_t set_mask) { in ModifyBufferState()
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp552 const uint32_t clear_mask = GRALLOC_USAGE_SW_WRITE_OFTEN; in TEST_F() local