Home
last modified time | relevance | path

Searched refs:testMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
Dloopback.cpp367 int testMode = TEST_LATENCY; in parseTestMode() local
372 testMode = TEST_GLITCHES; in parseTestMode()
376 testMode = TEST_LATENCY; in parseTestMode()
379 testMode = TEST_FILE_LATENCY; in parseTestMode()
385 return testMode; in parseTestMode()
438 int testMode = TEST_LATENCY; in main() local
490 testMode = parseTestMode(arg[2]); in main()
518 switch(testMode) { in main()
587 if (testMode == TEST_GLITCHES in main()
714 if (testMode == TEST_GLITCHES) { in main()
/frameworks/wilhelm/tests/listening/
DslesTest_playMuteSolo.cpp34 int testMode; member
114 switch (context->testMode) { in PlayEventCallback()
293 context.testMode = TEST_MUTE; in TestPlayUri()
351 context.testMode = TEST_MUTE; in TestPlayUri()
357 context.testMode = TEST_SOLO; in TestPlayUri()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java4413 int testMode = ApplicationThreadConstants.DEBUG_OFF; in attachApplicationLocked() local
4415 testMode = mWaitForDebugger in attachApplicationLocked()
4505 instr2.mUiAutomationConnection, testMode, in attachApplicationLocked()
4515 null, null, null, testMode, in attachApplicationLocked()