/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | BluetoothChecker.java | 47 Log.i(LOG_TAG, "Bluetooth enabled with name: " + bluetoothAdapter.getName()); in execute() 50 Log.i(LOG_TAG, "Bluetooth disabled with name: " + bluetoothAdapter.getName()); in execute()
|
D | JobExecutor.java | 81 "Could not start job %s.", job.getClass().getName()), in schedule() 97 String jobName = job.getClass().getName(); in schedule() 109 job.getClass().getName()), e); in schedule()
|
D | GceFuture.java | 37 public String getName() { in getName() method in GceFuture 97 b.append(dep.getName()); in toString()
|
/device/generic/goldfish/dhcp/client/ |
D | interface.h | 38 const std::string& getName() const { return mInterfaceName; } in getName() function
|
D | dhcpclient.cpp | 425 mInterface.getName().c_str()); in configureDhcp() 433 mInterface.getName().c_str(), i + 1); in configureDhcp()
|
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayServiceReceiver.java | 40 if (MultiDisplayService.class.getName().equals(service.service.getClassName())) { in isMyServiceRunning()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threadedtempfile.py | 65 errors.append(str(t.getName()) + str(t.errors.getvalue()))
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | interface.h | 34 wifi_error getName(char* name, size_t size);
|
D | interface.cpp | 81 wifi_error Interface::getName(char* name, size_t size) { in getName() function in Interface
|
D | wifi_hal.cpp | 144 return asInterface(handle)->getName(name, size); in wifi_get_iface_name()
|
/device/google/trout/tests/hal/dumpstate/1.1/src/com/android/trout/dumpstate/tests/ |
D | DumpstateE2eTests.java | 86 Log.d(TAG, tar_entry.getName()); in testDumpstateBoard()
|
/device/google/trout/hal/sensors/2.0/ |
D | SensorsSubHal.h | 77 const std::string getName() override { return "Google-IIO-SensorsSubhal"; } in getName() function
|
D | SensorsSubHal.cpp | 73 if ((name.compare(sensor.getName()) == 0) && (type == (SensorType)sensor.getType())) { in getSensorConfiguration() 218 getName().c_str()); in debug()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.h | 70 const std::string getName() override;
|
D | multihal_sensors.cpp | 93 const std::string MultihalSensors::getName() { in getName() function in goldfish::MultihalSensors
|
/device/google/trout/hal/sensors/2.0/config/api/ |
D | current.txt | 60 method public String getName();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pyassem.py | 284 self.varnames[i] = var.getName() 570 def getName(self): member in TupleArg
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 171 displayHook<decltype(&Display::getName), in doGetFunction() 172 &Display::getName, uint32_t*, char*>); in doGetFunction() 652 Error EmuHWC2::Display::getName(uint32_t* outSize, char* outName) { in getName() function in android::EmuHWC2::Display
|
D | EmuHWC2.h | 228 HWC2::Error getName(uint32_t* outSize, char* outName);
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.h | 214 HWC2::Error getName(uint32_t* outSize, char* outName);
|
D | HWC2.cpp | 198 displayHook<decltype(&Display::getName), in doGetFunction() 199 &Display::getName, uint32_t*, char*>); in doGetFunction() 734 Error CfHWC2::Display::getName(uint32_t* outSize, char* outName) { in getName() function in android::CfHWC2::Display
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 542 …EdkLogger.debug(EdkLogger.DEBUG_8, "Threads [%s]" % ", ".join([Th.getName() for Th in threading.en… 684 (threading.currentThread().getName(), Command, WorkingDir)
|