HomeSort by relevance Sort by last modified time
    Searched refs:shellCommand (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/native/services/surfaceflinger/
GpuService.h 36 virtual status_t shellCommand(int in, int out, int err,
51 virtual status_t shellCommand(int in, int out, int err,
GpuService.cpp 56 status = shellCommand(in, out, err, args);
78 status_t GpuService::shellCommand(int /*in*/, int out, int err,
81 ALOGV("GpuService::shellCommand");
  /tools/tradefederation/core/src/com/android/tradefed/util/
AppVersionFetcher.java 68 String shellCommand =
70 String packageInfo = device.executeShellCommand(shellCommand);
76 String shellCommand =
78 String packageInfo = device.executeShellCommand(shellCommand);
  /frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/
LockSettingsCmd.java 74 lockSettings.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareShellCommand.java 20 import android.os.ShellCommand;
31 public class WifiAwareShellCommand extends ShellCommand {
40 public void register(String command, DelegatedShellCommand shellCommand) {
45 mDelegatedCommands.put(command, shellCommand);
110 int onCommand(ShellCommand parentShell);
122 void onHelp(String command, ShellCommand parentShell);
  /cts/tests/tests/security/src/android/security/cts/
DeviceIdleControllerTest.java 45 service.shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err,
  /frameworks/base/core/java/android/os/
IBinder.java 239 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out,
Binder.java 532 shellCommand(in != null ? in.getFileDescriptor() : null,
630 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out,
638 * Handle a call to {@link #shellCommand}. The default implementation simply prints
642 * Consider using {@link ShellCommand} to help in the implementation.</p>
    [all...]
  /frameworks/native/libs/sensor/include/sensor/
ISensorServer.h 63 virtual status_t shellCommand(int in, int out, int err,
  /frameworks/native/libs/binder/include/binder/
IBinder.h 85 static status_t shellCommand(const sp<IBinder>& target, int in, int out, int err,
  /libcore/metrictests/memory/host/src/libcore/heapmetrics/
MetricsRunner.java 231 String shellCommand = String.format("cat %s/%s", deviceDirectoryName, relativeFilename);
232 String totalPssKbStr = testDevice.executeShellCommand(shellCommand);
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 84 // Override onTransact so we can handle shellCommand.
91 status_t shellCommand(int /*in*/, int out, int err, Vector<String16>& args);
262 status_t PerfProfdNativeService::shellCommand(int in,
267 LOG(VERBOSE) << "Perfprofd::shellCommand";
354 status = shellCommand(in, out, err, args);
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 94 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 141 mAm.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err,
  /frameworks/native/cmds/cmd/
cmd.cpp 230 status_t err = IBinder::shellCommand(service, STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO, args,
  /frameworks/native/libs/binder/
Binder.cpp 65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err,
244 //return shellCommand(in, out, err, args, resultReceiver);
  /frameworks/native/services/sensorservice/
SensorService.h 90 virtual status_t shellCommand(int in, int out, int err, Vector<String16>& args);
SensorService.cpp 517 status_t SensorService::shellCommand(int in, int out, int err, Vector<String16>& args) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 112 import android.os.ShellCommand;
    [all...]
  /frameworks/native/libs/sensor/
ISensorServer.cpp 249 status = shellCommand(in, out, err, args);
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 249 virtual status_t shellCommand(int in, int out, int err, Vector<String16>& args);
    [all...]
AudioPolicyService.cpp 413 status = shellCommand(in, out, err, args);
427 status_t AudioPolicyService::shellCommand(int in, int out, int err, Vector<String16>& args) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 168 virtual status_t shellCommand(int in, int out, int err, const Vector<String16>& args);
    [all...]
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]

Completed in 1881 milliseconds

1 2