Searched refs:getPath (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware/modules/input/evdev/ |
D | InputDeviceManager.cpp | 31 ALOGE("got input event for unknown node %s", node->getPath().c_str()); in onInputEvent() 43 ALOGE("could not remove unknown node %s", node->getPath().c_str()); in onDeviceRemoved()
|
D | InputDevice.cpp | 207 ALOGD("device %s classes=0x%x %zu mappers", mDeviceNode->getPath().c_str(), mClasses, in createMappers() 237 ALOGD(log.c_str(), mDeviceNode->getPath().c_str(), event.when, event.type, event.code, in processInput() 264 mDeviceNode->getPath().c_str(), event.when, time, currentTime); in processInput()
|
D | MouseInputMapper.cpp | 59 devNode->getPath().c_str()); in configureInputReport() 84 ALOGW("MouseInputMapper found no buttons for %s", devNode->getPath().c_str()); in configureInputReport()
|
D | SwitchInputMapper.cpp | 94 ALOGE("SwitchInputMapper found no switches for %s!", devNode->getPath().c_str()); in configureInputReport()
|
D | InputHub.h | 60 virtual const std::string& getPath() const = 0;
|
D | InputHub.cpp | 81 virtual const std::string& getPath() const override { return mPath; } in getPath() function in android::EvdevDeviceNode 805 if (pair.second->getPath() == path) return pair.second; in findNodeByPath()
|
/hardware/libhardware/tests/input/evdev/ |
D | InputHub_test.cpp | 102 pathname = node->getPath(); in TEST_F() 186 EXPECT_EQ(tempFileName, node->getPath()); in TEST_F() 224 EXPECT_EQ(tempFileName, node->getPath()); in TEST_F()
|
D | InputMocks.h | 35 virtual const std::string& getPath() const override { return mPath; } in getPath() function
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/api/ |
D | current.txt | 144 method public String getPath(); 156 method public String getPath(); 162 method public String getPath(); 196 method public String getPath();
|
/hardware/interfaces/audio/effect/5.0/xml/api/ |
D | current.txt | 64 method public String getPath();
|
/hardware/interfaces/audio/effect/7.0/xml/api/ |
D | current.txt | 137 method public String getPath();
|
/hardware/interfaces/audio/effect/6.0/xml/api/ |
D | current.txt | 137 method public String getPath();
|