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

/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java43 private int mGeneration; field in class:TvStreamConfig
87 return mGeneration;
92 return "TvStreamConfig {mStreamId=" + mStreamId + ";" + "mType=" + mType + ";mGeneration="
93 + mGeneration + "}";
108 dest.writeInt(mGeneration);
119 private Integer mGeneration; field in class:TvStreamConfig.Builder
145 mGeneration = generation;
151 || mGeneration == null) {
160 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.h49 int mGeneration; // increment when any field is assigned member in struct:android::FastTrack
67 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented
H A DFastMixerState.cpp24 mChannelMask(AUDIO_CHANNEL_OUT_STEREO), mFormat(AUDIO_FORMAT_INVALID), mGeneration(0)
H A DFastMixer.cpp252 mGenerations[i] = fastTrack->mGeneration;
284 mGenerations[i] = fastTrack->mGeneration;
294 if (fastTrack->mGeneration != mGenerations[i]) {
321 mGenerations[i] = fastTrack->mGeneration;
H A DThreads.cpp3742 fastTrack->mGeneration++;
4190 fastTrack->mGeneration++;
4203 fastTrack->mGeneration++;
/frameworks/native/libs/input/
H A DInputDevice.cpp134 mId(other.mId), mGeneration(other.mGeneration), mControllerNumber(other.mControllerNumber),
149 mGeneration = generation;
/frameworks/native/include/input/
H A DInputDevice.h81 inline int32_t getGeneration() const { return mGeneration; }
121 int32_t mGeneration; member in class:android::InputDeviceInfo
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp50 mGeneration(0),
251 info.mGeneration = mGeneration;
310 info->mGeneration = mGeneration;
331 info->mGeneration = mGeneration;
589 if (info->mGeneration != mGeneration) {
658 if (info->mGeneration !
[all...]
/frameworks/wilhelm/src/
H A Dsync.c47 ++thiz->m3DCommit.mGeneration;
H A Dlocks.c50 int32_t oldGeneration = thiz->mGeneration;
73 int32_t newGeneration = thiz->mGeneration;
120 ++thiz->mGeneration;
H A Ditfstruct.h50 volatile int32_t mGeneration; // read without a lock, incremented with a lock member in struct:Object_interface
73 SLuint32 mGeneration; // incremented each master clock cycle member in struct:__anon1765
/frameworks/base/core/java/android/view/
H A DInputDevice.java47 private final int mGeneration; field in class:InputDevice
402 mGeneration = generation;
420 mGeneration = in.readInt();
519 return mGeneration;
909 out.writeInt(mGeneration);
947 description.append(" Generation: ").append(mGeneration).append("\n");
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h81 int32_t mGeneration; member in struct:android::MediaFilter::BufferInfo
123 int32_t mGeneration; member in struct:android::MediaFilter
H A DMediaCodecSource.h145 int32_t mGeneration; member in struct:android::MediaCodecSource
/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/support/v7/recyclerview/src/android/support/v7/util/
H A DAsyncListUtil.java296 private int mGeneration;
304 mGeneration = generation;
307 mMainThreadProxy.updateItemCount(mGeneration, mItemCount);
402 mMainThreadProxy.addTile(mGeneration, tile);
410 mMainThreadProxy.removeTile(mGeneration, position);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp73 int32_t mGeneration; member in struct:AMediaCodec
103 if (generation != mCodec->mGeneration) {
122 mCodec->mGeneration++;
168 mData->mGeneration = 1;
236 mData->mActivityNotification->setInt32("generation", mData->mGeneration);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp425 mGeneration(0) {
625 ++mGeneration;
982 timeoutMsg->setInt32("generation", mGeneration);
991 if (generation != mGeneration) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1299 private int mGeneration; field in class:SQLiteConnection.OperationLog
1400 final int generation = mGeneration++;
/frameworks/native/services/inputflinger/
H A DInputReader.h543 int32_t mGeneration; member in class:android::InputReader
591 inline int32_t getGeneration() const { return mGeneration; }
658 int32_t mGeneration; member in class:android::InputDevice
H A DInputReader.cpp261 mGlobalMetaState(0), mGeneration(1),
288 oldGeneration = mGeneration;
323 if (oldGeneration != mGeneration) {
637 return ++mGeneration;
950 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
969 dump.appendFormat(INDENT2 "Generation: %d\n", mGeneration);
1110 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias,
1214 mGeneration = mContext->bumpGeneration();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp725 int32_t mGeneration; member in class:android::FakeInputReaderContext
782 return ++mGeneration;

Completed in 657 milliseconds