Home
last modified time | relevance | path

Searched defs:TrunkStableService (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp845 class TrunkStableService : public aidl::android::aidl::test::trunk::BnTrunkStableTest { class
847 TrunkStableService() {} in TrunkStableService() function in __anon4c0400ca0111::TrunkStableService
Daidl_test_service.cpp861 class TrunkStableService : public android::aidl::test::trunk::BnTrunkStableTest { class
863 TrunkStableService() {} in TrunkStableService() function in __anon6380430e0111::TrunkStableService
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java824 public static class TrunkStableService extends ITrunkStableTest.Stub { class in TestServiceServer