Home
last modified time | relevance | path

Searched defs:shellCommand (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommandDataLoader.java62 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs()
90 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams()
95 static DataLoaderParams getIncrementalDataLoaderParams(ShellCommand shellCommand) { in getIncrementalDataLoaderParams()
260 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage() local
312 final ShellCommand shellCommand = in lookupShellCommand() local
318 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD()
327 static ParcelFileDescriptor getLocalFilePFD(ShellCommand shellCommand, String filePath) { in getLocalFilePFD()
331 static int getStdIn(ShellCommand shellCommand) { in getStdIn()
336 static int getLocalFile(ShellCommand shellCommand, String filePath) { in getLocalFile()
/frameworks/base/core/java/android/os/
DIBinder.java263 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
DBinderProxy.java679 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
DBinder.java1045 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java81 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp221 static inline unique_fd openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile()
235 static inline InputDescs openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile()
273 static inline InputDescs openInputs(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openInputs()
412 jobject shellCommand = env->CallStaticObjectMethod(jni.packageManagerShellCommandDataLoader, in onPrepareImage() local
/frameworks/native/services/gpuservice/
DGpuService.cpp105 status_t GpuService::shellCommand(int /*in*/, int out, int err, std::vector<String16>& args) { in shellCommand() function in android::GpuService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java6268 private int getLastSwitchUserId(@NonNull ShellCommand shellCommand) { in getLastSwitchUserId()
6282 private int handleShellCommandListInputMethods(@NonNull ShellCommand shellCommand) { in handleShellCommandListInputMethods()
6339 private int handleShellCommandEnableDisableInputMethod( in handleShellCommandEnableDisableInputMethod()
6374 private static int handleOptionsForCommandsThatOnlyHaveUserOption(ShellCommand shellCommand) { in handleOptionsForCommandsThatOnlyHaveUserOption()
6464 private int handleShellCommandSetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandSetInputMethod()
6505 private int handleShellCommandResetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandResetInputMethod()
6580 private int handleShellCommandTraceInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandTraceInputMethod()
6624 private boolean userHasDebugPriv(int userId, final ShellCommand shellCommand) { in userHasDebugPriv()
/frameworks/native/libs/binder/
DBinder.cpp94 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder
/frameworks/native/services/sensorservice/
DSensorService.cpp801 status_t SensorService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::SensorService
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1388 status_t AudioPolicyService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::AudioPolicyService
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp4903 status_t CameraService::shellCommand(int in, int out, int err, const Vector<String16>& args) { in shellCommand() function in android::CameraService