/hardware/libhardware/tests/input/evdev/ |
D | InputHub_test.cpp | 105 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F() 123 EXPECT_EQ(tempFile->getName(), pathname); in TEST_F() 131 std::string tempFileName(deviceFile->getName()); in TEST_F() 144 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F() 162 std::string tempFileName(deviceFile->getName()); in TEST_F() 191 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F() 205 std::string tempFileName(deviceFile2->getName()); in TEST_F() 227 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()
|
D | TestHelpers.h | 52 const char* getName() const { return mName; } in getName() function 73 const char* getName() const { return mName; } in getName() function
|
D | InputMocks.h | 36 virtual const std::string& getName() const override { return mName; } in getName() function
|
/hardware/interfaces/wifi/1.0/default/ |
D | wifi_p2p_iface.h | 43 Return<void> getName(getName_cb hidl_status_cb) override;
|
D | wifi_p2p_iface.cpp | 44 Return<void> WifiP2pIface::getName(getName_cb hidl_status_cb) { in getName() function in android::hardware::wifi::V1_0::implementation::WifiP2pIface
|
D | wifi_ap_iface.h | 43 Return<void> getName(getName_cb hidl_status_cb) override;
|
D | wifi_ap_iface.cpp | 45 Return<void> WifiApIface::getName(getName_cb hidl_status_cb) { in getName() function in android::hardware::wifi::V1_0::implementation::WifiApIface
|
D | wifi_nan_iface.h | 45 Return<void> getName(getName_cb hidl_status_cb) override;
|
D | wifi_sta_iface.h | 46 Return<void> getName(getName_cb hidl_status_cb) override;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DummyDevice.h | 55 virtual const char* getName() const;
|
D | IDisplayDevice.h | 96 virtual const char* getName() const = 0;
|
D | PhysicalDevice.h | 65 virtual const char* getName() const;
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | IDisplayDevice.h | 96 virtual const char* getName() const = 0;
|
D | PhysicalDevice.h | 77 virtual const char* getName() const;
|
D | VirtualDevice.h | 198 virtual const char* getName() const;
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiIface.hal | 43 getName() generates (WifiStatus status, string name);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | DummyDevice.cpp | 201 const char* DummyDevice::getName() const in getName() function in android::intel::DummyDevice
|
D | PhysicalDevice.cpp | 454 const char* PhysicalDevice::getName() const in getName() function in android::intel::PhysicalDevice
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalService.java | 182 String tagName = mParser.getName(); in parse() 206 processEndElement(mParser.getName()); in parse() 243 mParser.getName().equalsIgnoreCase(tagName)) { in processMetaTag()
|
D | ThermalCooling.java | 166 String tagName = mParser.getName(); in parse() 190 processEndElement(mParser.getName()); in parse() 226 mParser.getName().equalsIgnoreCase(tagName)) { in processMetaTag()
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHub.h | 63 virtual const std::string& getName() const = 0;
|
D | InputDevice.cpp | 116 node->getName().c_str(), in EvdevDevice()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | PhysicalDevice.cpp | 476 const char* PhysicalDevice::getName() const in getName() function in android::intel::PhysicalDevice
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 315 context->getName(element, [&](const hidl_string& _name){ nameOut = _name.c_str(); }); in TEST_F()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantIface.hal | 46 getName() generates (SupplicantStatus status, string name);
|