OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatedbuffers
(Results
1 - 1
of
1
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
BlockingInputAllocation.java
113
int
updatedBuffers
= 0;
117
updatedBuffers
++;
120
if (VERBOSE) Log.v(TAG, "receiveLatestAvailableBuffers - updated = " +
updatedBuffers
);
122
return
updatedBuffers
> 0;
Completed in 93 milliseconds