Home
last modified time | relevance | path

Searched refs:ERROR_DISCONNECTED (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java60 public static final int ERROR_DISCONNECTED = -899; // must match Oboe field in StreamBase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDisconnectActivity.java345 if (error != OboePlayer.ERROR_DISCONNECTED) { in runTest()
393 if (error != OboePlayer.ERROR_DISCONNECTED) { in runTest()