Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1685 class BinderLibTestService : public BBinder { class
1687 explicit BinderLibTestService(int32_t id, bool exitOnDestroy = true) in BinderLibTestService() function in BinderLibTestService
1696 ~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()