Searched refs:testMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp202 int testMode = TEST_ECHO_LATENCY; local
206 testMode = TEST_SINE_MAGNITUDE;
209 testMode = TEST_ECHO_LATENCY;
215 return testMode;
266 int testMode = TEST_ECHO_LATENCY; local
302 testMode = parseTestMode(arg[2]);
327 switch(testMode) {
447 if (testMode == TEST_SINE_MAGNITUDE) {
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp34 int testMode; member in struct:__anon2285
114 switch (context->testMode) {
293 context.testMode = TEST_MUTE;
351 context.testMode = TEST_MUTE;
357 context.testMode = TEST_SOLO;
/frameworks/support/transition/tests/src/android/support/transition/
H A DVisibilityTest.java53 public void testMode() { method in class:VisibilityTest
H A DFadeTest.java62 public void testMode() { method in class:FadeTest
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7007 int testMode = ApplicationThreadConstants.DEBUG_OFF;
7009 testMode = mWaitForDebugger
7106 app.instr.mUiAutomationConnection, testMode,
7115 null, null, null, testMode,
[all...]

Completed in 1681 milliseconds