/frameworks/av/services/oboeservice/ |
D | AAudioCommandQueue.cpp | 28 aaudio_result_t AAudioCommandQueue::sendCommand(std::shared_ptr<AAudioCommand> command) { in sendCommand() 60 std::shared_ptr<AAudioCommand> command; in waitForCommand() local 93 auto command = mCommands.front(); in stopWaiting() local
|
D | AAudioServiceStreamBase.cpp | 422 auto command = mCommandQueue.waitForCommand(timeoutNanos); in run() local 592 AAudioServiceMessage command; in sendServiceEvent() local 601 AAudioServiceMessage command; in sendServiceEvent() local 618 aaudio_result_t AAudioServiceStreamBase::writeUpMessageQueue(AAudioServiceMessage *command) { in writeUpMessageQueue() 640 AAudioServiceMessage command; in sendCurrentTimestamp_l() local 705 auto command = std::make_shared<AAudioCommand>( in exitStandby() local
|
/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/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/av/media/libaaudio/scripts/ |
D | measure_device_power.py | 85 def adbTryMultiple(command): argument 213 def measureEnergyForCommand(command): argument 222 def averageEnergyForCommand(command, count): argument
|
/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/base/packages/SystemUI/src/com/android/systemui/demomode/ |
D | DemoModeController.kt | 67 DemoMode.COMMANDS.map { command -> m.put(command, mutableListOf()) } in <lambda>() method 101 commands.forEach { command -> in <lambda>() method 120 listener.demoCommands().forEach { command -> receiverMap[command]!!.remove(listener) } in <lambda>() method 218 receiverMap.keys.forEach { command -> in <lambda>() method 260 val command = bundle.getString("command", "").trim().lowercase() in <lambda>() constant
|
D | DemoModeCommandReceiver.java | 24 void dispatchDemoCommand(String command, Bundle args); in dispatchDemoCommand()
|
/frameworks/av/services/audioflinger/ |
D | DeviceEffectManager.cpp | 226 sp<Command> command = mCommands.front(); in threadLoop() local 258 void AudioFlinger::DeviceEffectManager::CommandThread::sendCommand(sp<Command> command) { in sendCommand() 267 sp<Command> command = new Command(CREATE_AUDIO_PATCH, new CreateAudioPatchData(handle, patch)); in createAudioPatchCommand() local 275 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 | 43 void sendCommandToSf(int command, Parcel& reply) { in sendCommandToSf() 75 const auto command = enabled ? kRefreshRateOverlayEnable : kRefreshRateOverlayDisable; in toggleOverlay() local
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1978 sp<AudioCommand> command = mAudioCommands[0]; in threadLoop() local 2294 sp<AudioCommand> command = new AudioCommand(); in volumeCommand() local 2311 sp<AudioCommand> command = new AudioCommand(); in parametersCommand() local 2325 sp<AudioCommand> command = new AudioCommand(); in voiceVolumeCommand() local 2339 sp<AudioCommand> command = new AudioCommand(); in setEffectSuspendedCommand() local 2354 sp<AudioCommand> command = new AudioCommand(); in stopOutputCommand() local 2365 sp<AudioCommand> command = new AudioCommand(); in releaseOutputCommand() local 2381 sp<AudioCommand> command = new AudioCommand(); in createAudioPatchCommand() local 2399 sp<AudioCommand> command = new AudioCommand(); in releaseAudioPatchCommand() local 2411 sp<AudioCommand> command = new AudioCommand(); in updateAudioPortListCommand() local [all …]
|
/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/base/core/proto/android/util/ |
D | textdump.proto | 28 optional string command = 1; field
|
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarDemoMode.java | 110 public void dispatchDemoCommand(String command, @NonNull Bundle args) { in dispatchDemoCommand() 139 private void dispatchDemoCommandToView(String command, Bundle args, View v) { in dispatchDemoCommandToView()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | HandlerExecutor.java | 40 public void execute(Runnable command) { in execute()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | HandlerExecutor.java | 38 public void execute(Runnable command) { in execute()
|