Home
last modified time | relevance | path

Searched defs:TestController (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/module/libmediatranscoding/tests/
DTranscodingClientManager_tests.cpp134 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/packages/SystemUI/tests/src/com/android/systemui/animation/
DTransitionAnimatorTest.kt179 private class TestController( class
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DCrashRecoveryTest.java573 private static class TestController extends ExplicitHealthCheckController { class in CrashRecoveryTest
574 TestController() { in TestController() method in CrashRecoveryTest.TestController
DPackageWatchdogTest.java1895 private static class TestController extends ExplicitHealthCheckController { class in PackageWatchdogTest
1896 TestController() { in TestController() method in PackageWatchdogTest.TestController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/
DTemporaryViewDisplayControllerTest.kt1139 inner class TestController( class in com.android.systemui.temporarydisplay.TemporaryViewDisplayControllerTest