Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHub.h65 virtual const std::string& getLocation() const = 0;
DInputHub.cpp83 virtual const std::string& getLocation() const override { return mLocation; } in getLocation() function in android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
DInputMocks.h37 virtual const std::string& getLocation() const override { return mLocation; } in getLocation() function