Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/trusty/
DRpcTransportTipcTrusty.cpp63 handle_t msgHandles[IPC_MAX_MSG_HANDLES]; in interruptableWriteFully() local
81 msgHandles[i] = in interruptableWriteFully()
86 msg.handles = msgHandles; in interruptableWriteFully()
151 handle_t msgHandles[IPC_MAX_MSG_HANDLES]; in interruptableReadFully() local
157 .handles = haveHandles ? msgHandles : 0, in interruptableReadFully()
174 ancillaryFds->emplace_back(unique_fd(msgHandles[i])); in interruptableReadFully()
187 ::close(msgHandles[i]); in interruptableReadFully()