Searched refs:getGeneration (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/provider/
H A DSelfDestructiveThreadTest.java107 return thread.getGeneration();
115 return thread.getGeneration();
130 return thread.getGeneration();
137 return thread.getGeneration();
153 return thread.getGeneration();
164 return thread.getGeneration();
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java91 if (generation != streamConfig.getGeneration()) {
108 if (generation != streamConfig.getGeneration()) {
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp64 gInputDeviceClassInfo.ctor, deviceInfo.getId(), deviceInfo.getGeneration(),
/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java86 public int getGeneration() { method in class:TvStreamConfig
/frameworks/native/include/input/
H A DInputDevice.h81 inline int32_t getGeneration() const { return mGeneration; } function in class:android::InputDeviceInfo
/frameworks/support/compat/java/android/support/v4/provider/
H A DSelfDestructiveThread.java99 public int getGeneration() { method in class:SelfDestructiveThread
/frameworks/base/core/java/android/view/
H A DInputDevice.java528 public int getGeneration() { method in class:InputDevice
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java968 if (device.getGeneration() != generation) {
/frameworks/native/services/inputflinger/
H A DInputReader.h541 inline int32_t getGeneration() const { return mGeneration; } function in class:android::InputDevice
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java737 deviceIdAndGeneration[i * 2 + 1] = inputDevice.getGeneration();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp770 uint32_t getGeneration() { function in class:android::FakeInputReaderContext
2732 const uint32_t generation = mFakeContext->getGeneration();
2735 ASSERT_TRUE(mFakeContext->getGeneration() != generation);

Completed in 2567 milliseconds