OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mStateCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerDyn.h
107
size_t
mStateCount
; // size of state in units of TI.
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
StateWaiter.java
49
private final int
mStateCount
;
66
mStateCount
= stateNames.length;
67
mStateNames = new String[
mStateCount
];
68
System.arraycopy(stateNames, /*srcPos*/0, mStateNames, /*dstPos*/0,
mStateCount
);
205
if (state < 0 || state >=
mStateCount
) {
Completed in 78 milliseconds