Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/
Dandroid_device.cc28 class AdbDeviceImpl : public AndroidDevice { class
30 AdbDeviceImpl(const std::string& serial, bool is_connected);
36 virtual ~AdbDeviceImpl() {} in ~AdbDeviceImpl()
39 AdbDeviceImpl::AdbDeviceImpl(const std::string& serial, bool is_connected) in AdbDeviceImpl() function in __anoncc506c980111::AdbDeviceImpl
43 void AdbDeviceImpl::RunCommand(const std::string& command, in RunCommand()
50 void AdbDeviceImpl::OpenSocket(const std::string& name, in OpenSocket()
192 result.push_back(new AdbDeviceImpl("", true)); in ReceivedAdbDevices()
201 result.push_back(new AdbDeviceImpl(tokens[0], !offline)); in ReceivedAdbDevices()