Searched defs:ModifyChannelEvents (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp368 Status<void> Message::ModifyChannelEvents(int clear_mask, int set_mask) { function in class:android::pdx::Message
369 PDX_TRACE_NAME("Message::ModifyChannelEvents");
371 return svc->endpoint()->ModifyChannelEvents(info_.cid, clear_mask,
527 Status<void> Service::ModifyChannelEvents(int channel_id, int clear_mask, function in class:android::pdx::Service
529 PDX_TRACE_NAME("Service::ModifyChannelEvents");
530 return endpoint_->ModifyChannelEvents(channel_id, clear_mask, set_mask);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp353 Status<void> Endpoint::ModifyChannelEvents(int channel_id, int clear_mask, function in class:android::pdx::uds::Endpoint

Completed in 54 milliseconds