| /frameworks/base/cmds/uinput/ |
| D | README.md | 3 ### 1. Interactive through stdin: 17 ### 2. Using a file as an input:
|
| /frameworks/base/cmds/hid/ |
| D | README.md | 3 ### 1. Interactive through stdin: 23 ### 2. Using a file as an input:
|
| /frameworks/base/apex/media/framework/java/android/media/ |
| D | Session2CommandGroup.java | 86 public boolean hasCommand(@NonNull Session2Command command) { in hasCommand() 165 public Builder addCommand(@NonNull Session2Command command) { in addCommand() 179 public Builder removeCommand(@NonNull Session2Command command) { in removeCommand()
|
| /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
| D | ShellHelper.java | 38 String command = String.format(template, args); in runShellCommand() local 46 public static String runShellCommandRaw(@NonNull String command) { in runShellCommandRaw()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/ |
| D | DemoModeController.kt | 59 DemoMode.COMMANDS.map { command -> in <lambda>() method 91 commands.forEach { command -> in <lambda>() method 111 listener.demoCommands().forEach { command -> in <lambda>() method 193 receiverMap.keys.forEach { command -> in <lambda>() method 232 val command = bundle.getString("command", "").trim().toLowerCase() in <lambda>() constant
|
| D | DemoModeCommandReceiver.java | 24 void dispatchDemoCommand(String command, Bundle args); in dispatchDemoCommand()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ |
| D | HibernationStateDiskStoreTest.java | 143 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() 160 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() 230 public void execute(Runnable command) { in execute()
|
| /frameworks/base/core/java/android/os/ |
| D | IRecoverySystem.aidl | 28 boolean setupBcb(in String command); in setupBcb() 30 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand()
|
| D | HandlerExecutor.java | 40 public void execute(Runnable command) { in execute()
|
| /frameworks/av/services/audioflinger/ |
| D | DeviceEffectManager.cpp | 223 sp<Command> command = mCommands.front(); in threadLoop() local 255 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand() 264 sp<Command> command = new Command(CREATE_AUDIO_PATCH, new CreateAudioPatchData(handle, patch)); in createAudioPatchCommand() local 272 sp<Command> command = new Command(RELEASE_AUDIO_PATCH, new ReleaseAudioPatchData(handle)); in releaseAudioPatchCommand() local
|
| D | FastThreadState.cpp | 33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString()
|
| D | FastCaptureState.cpp | 31 const char *FastCaptureState::commandToString(Command command) in commandToString()
|
| D | FastCapture.cpp | 76 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand() 164 const FastCaptureState::Command command = mCommand; in onWork() local
|
| /frameworks/native/services/surfaceflinger/tests/ |
| D | RefreshRateOverlay_test.cpp | 39 void sendCommandToSf(int command, Parcel& reply) { in sendCommandToSf() 71 const auto command = enabled ? kRefreshRateOverlayEnable : kRefreshRateOverlayDisable; in toggleOverlay() local
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | NativeDaemonTimeoutException.java | 24 public NativeDaemonTimeoutException(String command, NativeDaemonEvent event) { in NativeDaemonTimeoutException()
|
| /frameworks/base/core/proto/android/util/ |
| D | textdump.proto | 28 optional string command = 1; field
|
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/ |
| D | FakeProvider.java | 36 void onExtraCommand(int uid, int pid, String command, Bundle extras); in onExtraCommand() 59 protected void onExtraCommand(int uid, int pid, String command, Bundle extras) { in onExtraCommand()
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | ModelInterpreter.java | 472 onCHLD(String command) throws InterpreterEx in onCHLD() 493 onDial(String command) throws InterpreterEx in onDial() 517 onSMSSend(String command) in onSMSSend() 535 String command = commands[i]; in processLine() local
|
| D | TestExecutorService.java | 183 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 201 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() 207 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() 224 public void execute(Runnable command) { in execute()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
| D | MockScheduledExecutorService.java | 84 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 97 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() 103 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay() 183 public void execute(Runnable command) { in execute()
|
| /frameworks/native/libs/binder/ |
| D | RpcState.cpp | 363 RpcWireHeader command{ in transact() local 395 RpcWireHeader command; in waitForReply() local 463 RpcWireHeader command; in getAndExecuteCommand() local 472 const RpcWireHeader& command) { in processServerCommand() 490 const RpcWireHeader& command) { in processTransact() 705 status_t RpcState::processDecStrong(const base::unique_fd& fd, const RpcWireHeader& command) { in processDecStrong()
|
| /frameworks/av/services/audiopolicy/service/ |
| D | AudioPolicyService.cpp | 1574 sp<AudioCommand> command = mAudioCommands[0]; in threadLoop() local 1857 sp<AudioCommand> command = new AudioCommand(); in volumeCommand() local 1874 sp<AudioCommand> command = new AudioCommand(); in parametersCommand() local 1888 sp<AudioCommand> command = new AudioCommand(); in voiceVolumeCommand() local 1902 sp<AudioCommand> command = new AudioCommand(); in setEffectSuspendedCommand() local 1917 sp<AudioCommand> command = new AudioCommand(); in stopOutputCommand() local 1928 sp<AudioCommand> command = new AudioCommand(); in releaseOutputCommand() local 1944 sp<AudioCommand> command = new AudioCommand(); in createAudioPatchCommand() local 1962 sp<AudioCommand> command = new AudioCommand(); in releaseAudioPatchCommand() local 1974 sp<AudioCommand> command = new AudioCommand(); in updateAudioPortListCommand() local [all …]
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| D | HandlerExecutor.java | 40 public void execute(Runnable command) { in execute()
|
| /frameworks/base/telephony/java/com/android/internal/telephony/util/ |
| D | HandlerExecutor.java | 42 public void execute(Runnable command) { in execute()
|
| /frameworks/base/core/java/com/android/internal/midi/ |
| D | MidiConstants.java | 102 public static boolean allowRunningStatus(byte command) { in allowRunningStatus() 108 public static boolean cancelsRunningStatus(byte command) { in cancelsRunningStatus()
|