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

/hardware/libhardware/tests/input/evdev/
H A DMockInputHost.h54 class MockInputProperty : public InputProperty {
56 MockInputProperty() : InputProperty(nullptr, {}, nullptr) {}
66 MOCK_CONST_METHOD1(getDeviceProperty, InputProperty*(const char* key));
67 MOCK_CONST_METHOD1(freeDeviceProperty, void(InputProperty* property));
/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;
H A DInputHost.cpp60 const char* InputProperty::getKey() const {
64 const char* InputProperty::getValue() const {
68 InputProperty* InputPropertyMap::getDeviceProperty(const char* key) const {
69 return new InputProperty(mHost, mCallbacks,
73 void InputPropertyMap::freeDeviceProperty(InputProperty* property) const {
H A DInputDevice.cpp98 static bool getBooleanProperty(const InputProperty& prop) {

Completed in 305 milliseconds