/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommandDataLoader.java | 65 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs() 93 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams() 98 static DataLoaderParams getIncrementalDataLoaderParams(ShellCommand shellCommand) { in getIncrementalDataLoaderParams() 307 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage() local 369 final ShellCommand shellCommand = in lookupShellCommand() local 375 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD() 384 static ParcelFileDescriptor getLocalFilePFD(ShellCommand shellCommand, String filePath) { in getLocalFilePFD() 388 static int getStdIn(ShellCommand shellCommand) { in getStdIn() 393 static int getLocalFile(ShellCommand shellCommand, String filePath) { in getLocalFile()
|
/frameworks/base/services/flags/java/com/android/server/flags/ |
D | FeatureFlagsBinder.java | 43 FlagsShellCommand shellCommand, in FeatureFlagsBinder()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 221 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/base/core/java/android/os/ |
D | IBinder.java | 271 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
|
D | BinderProxy.java | 755 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
|
D | Binder.java | 1147 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderDeathDispatcherTest.java | 88 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
|
/frameworks/native/services/gpuservice/ |
D | GpuService.cpp | 178 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/ |
D | InputMethodManagerService.java | 6449 private int handleShellCommandListInputMethods(@NonNull ShellCommand shellCommand) { in handleShellCommandListInputMethods() 6510 private int handleShellCommandEnableDisableInputMethod( in handleShellCommandEnableDisableInputMethod() 6546 private static int handleOptionsForCommandsThatOnlyHaveUserOption(ShellCommand shellCommand) { in handleOptionsForCommandsThatOnlyHaveUserOption() 6606 private int handleShellCommandSetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandSetInputMethod() 6672 private int handleShellCommandResetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandResetInputMethod() 6755 private int handleShellCommandTraceInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandTraceInputMethod() 6799 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 108 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContainerTests.java | 1973 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in WindowContainerTests.TestBinder
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 910 status_t SensorService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::SensorService
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1472 status_t AudioPolicyService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::AudioPolicyService
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 6218 status_t CameraService::shellCommand(int in, int out, int err, const Vector<String16>& args) { in shellCommand() function in android::CameraService
|