Home
last modified time | relevance | path

Searched defs:ancillaryFds (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DOS_unix_base.cpp73 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in sendMessageOnSocket()
117 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in receiveMessageFromSocket()
DRpcTransportRaw.cpp63 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
78 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableReadFully()
DRpcState.cpp363 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in rpcSend()
386 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in rpcRec()
652 std::vector<std::variant<unique_fd, borrowed_fd>> ancillaryFds; in waitForReply() local
770 std::vector<std::variant<unique_fd, borrowed_fd>> ancillaryFds; in getAndExecuteCommand() local
799 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processCommand()
839 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processTransact()
866 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds) { in processTransactInternal()
DRpcState.h258 std::vector<std::variant<binder::unique_fd, binder::borrowed_fd>> ancillaryFds; member
DRpcTransportTipcAndroid.cpp80 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
DRpcTransportTls.cpp330 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in interruptableWriteFully()
376 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) { in interruptableReadFully()
DParcel.cpp2785 std::vector<std::variant<unique_fd, borrowed_fd>>&& ancillaryFds, release_func relFunc) { in rpcSetDataReference()
/frameworks/native/libs/binder/trusty/
DRpcTransportTipcTrusty.cpp53 const std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableWriteFully()
122 std::vector<std::variant<unique_fd, borrowed_fd>>* ancillaryFds) override { in interruptableReadFully()