Home
last modified time | relevance | path

Searched refs:InputProperty (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHost.h114 class InputProperty : private InputHostBase {
116 virtual ~InputProperty();
125 InputProperty(InputProperty&& rhs) = default;
129 InputProperty(const InputProperty& rhs) = delete;
130 InputProperty& operator=(const InputProperty& rhs) = delete;
135 InputProperty( in InputProperty() function
148 InputProperty getDeviceProperty(const char* key);
DInputHost.cpp50 InputProperty::~InputProperty() { in ~InputProperty()
54 const char* InputProperty::getKey() { in getKey()
58 const char* InputProperty::getValue() { in getValue()
66 InputProperty InputPropertyMap::getDeviceProperty(const char* key) { in getDeviceProperty()
67 return InputProperty(mHost, mCallbacks, in getDeviceProperty()