Searched refs:mGeneration (Results 1 - 16 of 16) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DCommit.c30 SLuint32 myGeneration = thiz->mGeneration;
34 } while (thiz->mGeneration == myGeneration);
68 thiz->mGeneration = 0;
H A DIObject.c778 thiz->mGeneration = 0;
/frameworks/av/services/audioflinger/
H A DFastMixerState.cpp23 mChannelMask(AUDIO_CHANNEL_OUT_STEREO), mGeneration(0)
H A DFastMixerState.h47 int mGeneration; // increment when any field is assigned member in struct:android::FastTrack
59 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented
H A DFastMixer.cpp52 int generations[FastMixerState::kMaxFastTracks]; // last observed mFastTracks[i].mGeneration
272 generations[i] = fastTrack->mGeneration;
301 generations[i] = fastTrack->mGeneration;
311 if (fastTrack->mGeneration != generations[i]) {
336 generations[i] = fastTrack->mGeneration;
H A DAudioFlinger.cpp2340 fastTrack->mGeneration++;
3066 fastTrack->mGeneration++;
3080 fastTrack->mGeneration++;
/frameworks/base/libs/androidfw/
H A DInputDevice.cpp134 mId(other.mId), mGeneration(other.mGeneration), mIdentifier(other.mIdentifier),
148 mGeneration = generation;
/frameworks/base/core/java/android/view/
H A DInputDevice.java46 private final int mGeneration; field in class:InputDevice
330 mGeneration = generation;
342 mGeneration = in.readInt();
404 return mGeneration;
688 out.writeInt(mGeneration);
720 description.append(" Generation: ").append(mGeneration).append("\n");
/frameworks/base/include/androidfw/
H A DInputDevice.h73 inline int32_t getGeneration() const { return mGeneration; }
109 int32_t mGeneration; member in class:android::InputDeviceInfo
/frameworks/wilhelm/src/
H A Dsync.c47 ++thiz->m3DCommit.mGeneration;
H A Dlocks.c40 int32_t oldGeneration = thiz->mGeneration;
60 int32_t newGeneration = thiz->mGeneration;
107 ++thiz->mGeneration;
H A Ditfstruct.h47 volatile int32_t mGeneration; // read without a lock, incremented with a lock member in struct:Object_interface
70 SLuint32 mGeneration; // incremented each master clock cycle member in struct:__anon1627
/frameworks/base/services/input/
H A DInputReader.h469 int32_t mGeneration; member in class:android::InputReader
516 inline int32_t getGeneration() { return mGeneration; }
576 int32_t mGeneration; member in class:android::InputDevice
H A DInputReader.cpp227 mGlobalMetaState(0), mGeneration(1),
254 oldGeneration = mGeneration;
289 if (oldGeneration != mGeneration) {
558 return ++mGeneration;
847 mContext(context), mId(id), mGeneration(generation),
866 dump.appendFormat(INDENT2 "Generation: %d\n", mGeneration);
997 outDeviceInfo->initialize(mId, mGeneration, mIdentifier, mAlias, mIsExternal);
1086 mGeneration = mContext->bumpGeneration();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1288 private int mGeneration; field in class:SQLiteConnection.OperationLog
1380 final int generation = mGeneration++;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp709 int32_t mGeneration; member in class:android::FakeInputReaderContext
767 return ++mGeneration;

Completed in 204 milliseconds