Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h85 [[nodiscard]] base::unique_fd releaseServer();
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp280 unique_fd RpcServer::releaseServer() { in releaseServer() function in android::RpcServer
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp60 base::unique_fd retrieved = server->releaseServer(); in TEST()