Home
last modified time | relevance | path

Searched defs:borrowed_fd (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/trusty/
DOS.cpp33 Result<void> setNonBlocking(android::base::borrowed_fd /*fd*/) { in setNonBlocking()
64 const std::vector<std::variant<base::unique_fd, base::borrowed_fd>>* /* ancillaryFds */) { in sendMessageOnSocket()
71 std::vector<std::variant<base::unique_fd, base::borrowed_fd>>* /* ancillaryFds */) { in receiveMessageFromSocket()
/frameworks/native/libs/binder/
DRpcTransportTipcAndroid.cpp99 std::vector<std::variant<base::unique_fd, base::borrowed_fd>>* /*ancillaryFds*/) in interruptableReadFully()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp83 Process(const std::function<void(android::base::borrowed_fd /* writeEnd */, in Process()