Searched defs:InputDeviceInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DInputDevice.cpp127 // --- InputDeviceInfo ---
129 InputDeviceInfo::InputDeviceInfo() { function in class:android::InputDeviceInfo
133 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) : function in class:android::InputDeviceInfo
142 InputDeviceInfo::~InputDeviceInfo() {
145 void InputDeviceInfo::initialize(int32_t id, int32_t generation,
158 const InputDeviceInfo
[all...]
/frameworks/base/include/androidfw/
H A DInputDevice.h54 class InputDeviceInfo { class in namespace:android
56 InputDeviceInfo();
57 InputDeviceInfo(const InputDeviceInfo& other);
58 ~InputDeviceInfo();

Completed in 71 milliseconds