Lines Matching full:device
30 #include "Device.h"
177 // Clear the current device list
185 // Try to send the device list request
187 LOGE("Failed to get device list from adb");
195 log_errno("Failure to read payload size of device list");
210 log_errno("Failure reading the device list");
223 Device::DeviceType t = Device::DEVICE;
226 t = Device::EMULATOR;
227 LOGV("Adding device %s (%s)", serial, state);
228 m_devices.add(new Device(serial, t, this));