OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingCount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java
282
private int
mPendingCount
;
287
mPendingCount
= sets.length;
313
return
mPendingCount
== 0;
337
--
mPendingCount
;
338
if (
mPendingCount
== 0) {
343
+ " #pending=" +
mPendingCount
);
/device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp
166
if(
mPendingCount
!=0) {
169
mPendingCount
--;
185
mPendingCount
++;
377
mPendingCount
=0;
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h
95
uint8_t
mPendingCount
;
Completed in 5878 milliseconds