OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPassCount
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/media/libaudiojni/
Gate.h
40
// We use
mPassCount
to indicate the number of threads that have
41
// passed the gate. If the waitId is less than or equal to the
mPassCount
53
mPassCount
(0)
66
mPassCount
= waitId; // let me through
88
mPassCount
= mWaitCount; // allow waiting threads to go through
120
size_t
mPassCount
; // total number of threads passed the gate.
126
return mWaitCount -
mPassCount
;
131
return (ssize_t)(waitId -
mPassCount
) <= 0;
/hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h
151
int8_t getReprocCount(){return
mPassCount
;};
152
void setReprocCount(int8_t count) {
mPassCount
= count;};
166
int8_t
mPassCount
;
QCameraChannel.cpp
906
mPassCount
(0)
922
mPassCount
(0)
[
all
...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java
642
private int
mPassCount
;
658
mPassCount
= 0;
707
mPassCount
= 0;
724
if (++
mPassCount
!= PASS_THRESHOLD) return;
[
all
...]
Completed in 446 milliseconds