Searched refs:mGeneration (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/wilhelm/src/itf/
H A DIObject.cpp778 thiz->mGeneration = 0;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp335 mGlobalMetaState(0), mGeneration(1),
362 oldGeneration = mGeneration;
397 if (oldGeneration != mGeneration) {
711 return ++mGeneration;
1039 mContext(context), mId(id), mGeneration(generation), mControllerNumber(controllerNumber),
1078 dump.appendFormat(INDENT2 "Generation: %d\n", mGeneration);
1225 outDeviceInfo->initialize(mId, mGeneration, mControllerNumber, mIdentifier, mAlias,
1329 mGeneration = mContext->bumpGeneration();
/frameworks/av/services/audioflinger/
H A DThreads.cpp3720 fastTrack->mGeneration++;
4180 fastTrack->mGeneration++;
4197 fastTrack->mGeneration++;
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp823 int32_t mGeneration; member in class:FakeInputReaderContext
846 return mGeneration;
884 return ++mGeneration;

Completed in 702 milliseconds

12