Home
last modified time | relevance | path

Searched defs:scheduleShutdown (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTestServiceTrusty.cpp44 Status scheduleShutdown() override { in scheduleShutdown() function in MyBinderRpcTestTrusty
DbinderRpcTestService.cpp37 Status scheduleShutdown() override { in scheduleShutdown() function in MyBinderRpcTestAndroid
DIBinderRpcTest.aidl67 void scheduleShutdown(); in scheduleShutdown() method
DbinderRpcTestCommon.h431 Status scheduleShutdown() override { return Status::fromStatusT(UNKNOWN_TRANSACTION); } in scheduleShutdown() function