Searched refs:BinderLibTestService (Results 1 – 1 of 1) sorted by relevance
1685 class BinderLibTestService : public BBinder { class1687 explicit BinderLibTestService(int32_t id, bool exitOnDestroy = true) in BinderLibTestService() function in BinderLibTestService1696 ~BinderLibTestService() { in ~BinderLibTestService()2045 sp<BinderLibTestService> thisService = this; in onTransact()2090 BinderLibTestService* testServicePtr; in run_server()2092 sp<BinderLibTestService> testService = new BinderLibTestService(index); in run_server()