HomeSort by relevance Sort by last modified time
    Searched refs:Adb (Results 1 - 6 of 6) sorted by null

  /cts/suite/audio_quality/lib/src/
Adb.h 22 /** ADB interface to set port forwarding and launch client app */
23 class Adb {
25 /// device: device number typically passed in adb's -s argument.
26 /// if device string is empty, adb command will be called without -s option.
27 Adb(const android::String8& device);
28 ~Adb();
Adb.cpp 19 #include "Adb.h"
21 Adb::Adb(const android::String8& device)
27 Adb::~Adb()
32 bool Adb::setPortForwarding(int hostPort, int devicePort)
44 bool Adb::launchClient(const android::String8& clientBinary, const android::String8& component)
63 /** @param command ADB command except adb -s XYZW */
64 int Adb::executeCommand(const android::String8& command
    [all...]
ClientImpl.cpp 19 #include "Adb.h"
36 Adb adb(param);
37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) {
38 LOGE("adb port forwarding failed");
43 if (!adb.launchClient(clientBinary, componentName)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 20 DeviceView_ADB_Error=Adb Error
21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
89 PreferencePage_ADB_Connection_Time_Out=ADB connection time out (ms):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 42 RemoteAdtTestRunner_RunAdbCommandRejectedException_s=Adb rejected command: %s
  /external/oprofile/
oprofile_android 77 # ADB wrapper
78 class Adb:
80 self._base_args = ['adb']
180 self.adb = Adb(serial_number)
250 rc, output = self.adb.shell(['cat', '/proc/kallsyms'], echo=False)
259 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
274 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
286 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
298 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() +
    [all...]

Completed in 148 milliseconds