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

/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java43 private int mGeneration; field in class:TvStreamConfig
87 return mGeneration;
96 b.append("mGeneration=").append(mGeneration).append("}");
112 dest.writeInt(mGeneration);
123 private Integer mGeneration; field in class:TvStreamConfig.Builder
149 mGeneration = generation;
155 || mGeneration == null) {
164 config.mGeneration = mGeneration;
[all...]
/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), mFormat(AUDIO_FORMAT_INVALID), mGeneration(0)
H A DFastMixerState.h49 int mGeneration; // increment when any field is assigned member in struct:android::FastTrack
61 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented
H A DFastMixer.cpp242 generations[i] = fastTrack->mGeneration;
274 generations[i] = fastTrack->mGeneration;
284 if (fastTrack->mGeneration != generations[i]) {
311 generations[i] = fastTrack->mGeneration;
H A DThreads.cpp2890 fastTrack->mGeneration++;
3343 fastTrack->mGeneration++;
3356 fastTrack->mGeneration++;
/frameworks/native/libs/input/
H A DInputDevice.cpp134 mId(other.mId), mGeneration(other.mGeneration), mControllerNumber(other.mControllerNumber),
147 mGeneration = generation;
/frameworks/native/include/input/
H A DInputDevice.h80 inline int32_t getGeneration() const { return mGeneration; }
119 int32_t mGeneration; member in class:android::InputDeviceInfo
/frameworks/wilhelm/src/
H A Dsync.c47 ++thiz->m3DCommit.mGeneration;
H A Dlocks.c51 int32_t oldGeneration = thiz->mGeneration;
74 int32_t newGeneration = thiz->mGeneration;
121 ++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:__anon1597
/frameworks/base/core/java/android/view/
H A DInputDevice.java47 private final int mGeneration; field in class:InputDevice
362 mGeneration = generation;
379 mGeneration = in.readInt();
477 return mGeneration;
841 out.writeInt(mGeneration);
878 description.append(" Generation: ").append(mGeneration).append("\n");
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h103 int32_t mGeneration; member in struct:android::MediaSender
H A DMediaSender.cpp44 mGeneration(0),
125 notify->setInt32("generation", mGeneration);
174 notify->setInt32("generation", mGeneration);
291 if (generation != mGeneration) {
318 ++mGeneration;
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp73 int32_t mGeneration; member in struct:AMediaCodec
103 if (generation != mCodec->mGeneration) {
122 mCodec->mGeneration++;
159 mData->mGeneration = 1;
223 mData->mActivityNotification->setInt32("generation", mData->mGeneration);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1295 private int mGeneration; field in class:SQLiteConnection.OperationLog
1387 final int generation = mGeneration++;
/frameworks/native/services/inputflinger/
H A DInputReader.h501 int32_t mGeneration; member in class:android::InputReader
549 inline int32_t getGeneration() const { return mGeneration; }
610 int32_t mGeneration; member in class:android::InputDevice
H A DInputReader.cpp238 mGlobalMetaState(0), mGeneration(1),
265 oldGeneration = mGeneration;
300 if (oldGeneration != mGeneration) {
570 return ++mGeneration;
859 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
878 dump.appendFormat(INDENT2 "Generation: %d\n", mGeneration);
1010 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias,
1100 mGeneration = mContext->bumpGeneration();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp723 int32_t mGeneration; member in class:android::FakeInputReaderContext
781 return ++mGeneration;

Completed in 4773 milliseconds