Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h130 [[nodiscard]] bool acceptOne();
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp131 (void)acceptOne(); in join()
135 bool RpcServer::acceptOne() { in acceptOne() function in android::RpcServer
/aosp12/frameworks/native/libs/binder/tests/rpc_fuzzer/
H A Dmain.cpp82 std::thread serverThread([=] { (void)server->acceptOne(); }); in LLVMFuzzerTestOneInput()