OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)) {
/cts/hostsidetests/aadb/
Android.mk
22
#
Adb
test cases, but name 'aadb' ensures
adb
tests run before all other modules depending on
adb
/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
Completed in 116 milliseconds