Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/rpc_fuzzer/
H A Dmain.cpp82 std::thread serverThread([=] { (void)server->acceptOne(); }); in LLVMFuzzerTestOneInput() local
97 serverThread.join(); in LLVMFuzzerTestOneInput()
/aosp12/system/netd/client/
H A DNetdClientTest.cpp103 std::thread serverThread = std::thread(serverLoop, serverFd.get()); in TEST() local
108 serverThread.join(); in TEST()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java332 Thread serverThread = new Thread(mServer);
333 serverThread.start();