Searched refs:AdbDeviceImpl (Results 1 – 1 of 1) sorted by relevance
28 class AdbDeviceImpl : public AndroidDevice { class30 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::AdbDeviceImpl43 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()