Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDisconnectActivity.java326 if (error != StreamConfiguration.ERROR_DISCONNECTED) { in testConfiguration()
328 + ", expected " + StreamConfiguration.ERROR_DISCONNECTED); in testConfiguration()
DStreamConfiguration.java67 public static final int ERROR_DISCONNECTED = -899; // must match Oboe field in StreamConfiguration