Searched refs:setupRpcServer (Results 1 – 3 of 3) sorted by relevance
23 void setupRpcServer(ndk::SpAIBinder service, int port);
27 void bi::sd::setupRpcServer(ndk::SpAIBinder service, int port) { in setupRpcServer() function in bi::sd
48 bi::sd::setupRpcServer(testService->asBinder(), testService->SERVICE_PORT); in start_test_service()