OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentIdx
(Results
1 - 4
of
4
) sorted by null
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandFileWatcherTest.java
152
private int
mCurrentIdx
= 0;
161
if (
mCurrentIdx
>= mModTimes.length) {
164
return mModTimes[
mCurrentIdx
++];
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java
52
private int
mCurrentIdx
;
68
mCurrentIdx
= (savedState == null) ? 0 : savedState.getInt(STATE, 0);
110
outState.putInt(STATE,
mCurrentIdx
);
150
mCurrentIdx
++;
151
if (
mCurrentIdx
>= mTests.length) {
155
final InteractiveTestCase current = mTests[
mCurrentIdx
];
160
if (
mCurrentIdx
>= mTests.length) {
164
final InteractiveTestCase current = mTests[
mCurrentIdx
];
/frameworks/rs/
rsAllocation.cpp
156
mGrallocConsumer->releaseIdx(
mCurrentIdx
);
587
mCurrentIdx
= 0;
610
mCurrentIdx
= mGrallocConsumer->getNextAvailableIdx(this);
611
if (
mCurrentIdx
>= mGrallocConsumer->mNumAlloc) {
634
media_status_t ret = mGrallocConsumer->lockNextBuffer(
mCurrentIdx
);
[
all
...]
rsAllocation.h
222
uint32_t
mCurrentIdx
;
Completed in 145 milliseconds