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

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java90 if (generation != streamConfig.getGeneration()) {
107 if (generation != streamConfig.getGeneration()) {
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp59 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.h80 inline int32_t getGeneration() const { return mGeneration; } function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java738 if (device.getGeneration() != generation) {
/frameworks/base/core/java/android/view/
H A DInputDevice.java476 public int getGeneration() { method in class:InputDevice
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java673 deviceIdAndGeneration[i * 2 + 1] = inputDevice.getGeneration();
/frameworks/native/services/inputflinger/
H A DInputReader.h549 inline int32_t getGeneration() const { return mGeneration; } function in class:android::InputDevice

Completed in 439 milliseconds