Searched refs:InputProperty (Results 1 – 2 of 2) sorted by relevance
114 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() function148 InputProperty getDeviceProperty(const char* key);
50 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()