Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp222 Status<int> int_status = in SendWithFileHandle() local
226 if (status.PropagateError(int_status)) in SendWithFileHandle()
231 if (state->GetLocalFileHandle(int_status.get(), &handle)) { in SendWithFileHandle()
242 Status<int> int_status = in SendWithChannelHandle() local
246 if (status.PropagateError(int_status)) in SendWithChannelHandle()
251 if (state->GetLocalChannelHandle(int_status.get(), &handle)) { in SendWithChannelHandle()