HomeSort by relevance Sort by last modified time
    Searched defs:waitForBufferAndReceive (Results 1 - 2 of 2) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java 90 public synchronized void waitForBufferAndReceive() {
93 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin");
98 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
113 public synchronized void waitForBufferAndReceive(long timeoutMs) {
116 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin");
121 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive");
ScriptGraph.java 119 mInputBlocker.waitForBufferAndReceive();
138 mInputBlocker.waitForBufferAndReceive(timeoutMs);

Completed in 75 milliseconds