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

/hardware/libhardware/modules/input/evdev/
H A DInputHost.h111 class InputProperty : private InputHostBase { class in namespace:android
113 virtual ~InputProperty() = default;
115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : function in class:android::InputProperty
123 InputProperty(const InputProperty& rhs) = delete;
124 InputProperty& operator=(const InputProperty& rhs) = delete;
136 virtual InputProperty* getDeviceProperty(const char* key) const;
137 virtual void freeDeviceProperty(InputProperty* property) const;

Completed in 5 milliseconds