Home
last modified time | relevance | path

Searched refs:push_status (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp620 auto push_status = state->PushFileHandle(GetChannelEventFd(channel_id)); in MessageReply() local
622 if (!push_status) in MessageReply()
623 return push_status.error_status(); in MessageReply()
624 return_code = push_status.get(); in MessageReply()