/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommandDataLoader.java | 62 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()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareShellCommand.java | 41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
|
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | TestCommand.java | 67 public static TestCommand createFromShellCommandArgs(@NonNull ShellCommand shellCommand) { in createFromShellCommandArgs()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IBinder.java | 263 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
|
H A D | BinderProxy.java | 660 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
|
H A D | Binder.java | 946 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder
|
/aosp12/frameworks/base/services/core/jni/ |
H A 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
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderDeathDispatcherTest.java | 81 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
|
/aosp12/frameworks/native/services/gpuservice/ |
H A D | GpuService.cpp | 97 status_t GpuService::shellCommand(int /*in*/, int out, int err, std::vector<String16>& args) { in shellCommand() function in android::GpuService
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 5438 private int getLastSwitchUserId(@NonNull ShellCommand shellCommand) { in getLastSwitchUserId() 5452 private int handleShellCommandListInputMethods(@NonNull ShellCommand shellCommand) { in handleShellCommandListInputMethods() 5509 private int handleShellCommandEnableDisableInputMethod( in handleShellCommandEnableDisableInputMethod() 5544 private static int handleOptionsForCommandsThatOnlyHaveUserOption(ShellCommand shellCommand) { in handleOptionsForCommandsThatOnlyHaveUserOption() 5639 private int handleShellCommandSetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandSetInputMethod() 5680 private int handleShellCommandResetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandResetInputMethod() 5752 private int handleShellCommandTraceInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandTraceInputMethod() 5796 private boolean userHasDebugPriv(int userId, final ShellCommand shellCommand) { in userHasDebugPriv()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 76 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, in shellCommand() function in android::IBinder
|
/aosp12/system/apex/apexd/ |
H A D | apexservice.cpp | 747 status_t ApexService::shellCommand(int in, int out, int err, in shellCommand() function in android::apex::binder::__anonf34a850d0110::ApexService
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorService.cpp | 750 status_t SensorService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::SensorService
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyService.cpp | 1109 status_t AudioPolicyService::shellCommand(int in, int out, int err, Vector<String16>& args) { in shellCommand() function in android::AudioPolicyService
|
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 4407 status_t CameraService::shellCommand(int in, int out, int err, const Vector<String16>& args) { in shellCommand() function in android::CameraService
|