HomeSort by relevance Sort by last modified time
    Searched refs:hasInputProperty (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputHub.h 91 virtual bool hasInputProperty(int property) const = 0;
InputHub.cpp 111 virtual bool hasInputProperty(int property) const override;
324 bool EvdevDeviceNode::hasInputProperty(int property) const {
  /hardware/libhardware/tests/input/evdev/
InputMocks.h 61 virtual bool hasInputProperty(int32_t property) const override {
  /frameworks/native/services/inputflinger/
EventHub.h 201 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
290 virtual bool hasInputProperty(int32_t deviceId, int property) const;
EventHub.cpp 323 bool EventHub::hasInputProperty(int32_t deviceId, int property) const {
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 517 virtual bool hasInputProperty(int32_t, int) const {
    [all...]

Completed in 5119 milliseconds