Home
last modified time | relevance | path

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

/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/include/
Dminidroid_sd.h23 void setupRpcServer(ndk::SpAIBinder service, int port);
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/
Dminidroid_sd.cpp27 void bi::sd::setupRpcServer(ndk::SpAIBinder service, int port) { in setupRpcServer() function in bi::sd
/device/google/cuttlefish/shared/minidroid/sample/
Dserver.cpp48 bi::sd::setupRpcServer(testService->asBinder(), testService->SERVICE_PORT); in start_test_service()