Searched defs:TestController (Results 1 – 2 of 2) sorted by relevance
| /frameworks/av/media/libmediatranscoding/tests/ |
| D | TranscodingClientManager_tests.cpp | 134 struct TestController : public ControllerClientInterface { struct 135 TestController() { ALOGI("TestController Created"); } in TestController() function 137 virtual ~TestController() { ALOGI("TestController Destroyed"); } in ~TestController() 139 bool submit(ClientIdType clientId, SessionIdType sessionId, uid_t /*callingUid*/, in submit() 165 bool addClientUid(ClientIdType clientId, SessionIdType sessionId, uid_t clientUid) override { in addClientUid() 178 bool getClientUids(ClientIdType clientId, SessionIdType sessionId, in getClientUids() 194 bool cancel(ClientIdType clientId, SessionIdType sessionId) override { in cancel() 204 bool getSession(ClientIdType clientId, SessionIdType sessionId, in getSession() 215 void finishLastSession() { in finishLastSession() 231 void abortLastSession() { in abortLastSession() [all …]
|
| /frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
| D | PackageWatchdogTest.java | 1514 private static class TestController extends ExplicitHealthCheckController { class in PackageWatchdogTest 1515 TestController() { in TestController() method in PackageWatchdogTest.TestController
|