Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 251) sorted by relevance

1234567891011

/frameworks/av/services/audioflinger/
DPatchCommandThread.cpp66 const sp<Command> command = mCommands.front(); in threadLoop() local
122 void AudioFlinger::PatchCommandThread::sendCommand(const sp<Command>& command) { in sendCommand()
130 auto command = sp<Command>::make(CREATE_AUDIO_PATCH, in createAudioPatchCommand() local
140 sp<Command> command = in releaseAudioPatchCommand() local
DFastThreadState.cpp33 const char *FastThreadState::commandToString(FastThreadState::Command command) in commandToString()
DFastCaptureState.cpp31 const char *FastCaptureState::commandToString(Command command) in commandToString()
DFastCapture.cpp76 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
164 const FastCaptureState::Command command = mCommand; in onWork() local
/frameworks/av/services/oboeservice/
DAAudioCommandQueue.cpp28 aaudio_result_t AAudioCommandQueue::sendCommand(const std::shared_ptr<AAudioCommand>& command) { in sendCommand()
60 std::shared_ptr<AAudioCommand> command; in waitForCommand() local
93 auto command = mCommands.front(); in stopWaiting() local
DAAudioServiceStreamBase.cpp436 auto command = mCommandQueue.waitForCommand(timeoutNanos); in run() local
611 AAudioServiceMessage command; in sendServiceEvent() local
620 AAudioServiceMessage command; in sendServiceEvent() local
637 aaudio_result_t AAudioServiceStreamBase::writeUpMessageQueue(AAudioServiceMessage *command) { in writeUpMessageQueue()
659 AAudioServiceMessage command; in sendCurrentTimestamp_l() local
724 auto command = std::make_shared<AAudioCommand>( in exitStandby() local
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DShellHelper.java41 public static String runShellCommandWithTimeout(@NonNull String command, long timeoutInSecond) in runShellCommandWithTimeout()
79 String command = String.format(template, args); in runShellCommand() local
87 public static String runShellCommandRaw(@NonNull String command) { in runShellCommandRaw()
/frameworks/base/cmds/uinput/
DREADME.md3 ### 1. Interactive through stdin:
17 ### 2. Using a file as an input:
/frameworks/base/cmds/hid/
DREADME.md3 ### 1. Interactive through stdin:
23 ### 2. Using a file as an input:
/frameworks/av/media/libaaudio/scripts/
Dmeasure_device_power.py85 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/
DHibernationStateDiskStoreTest.java143 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/tools/aapt2/cmd/
DApkInfo_test.cpp53 ApkInfoCommand command(&noop_diag); in TEST_F() local
67 ApkInfoCommand command(&noop_diag); in TEST_F() local
/frameworks/native/services/surfaceflinger/tests/
DRefreshRateOverlay_test.cpp43 void sendCommandToSf(int command, Parcel& reply) { in sendCommandToSf()
75 const auto command = enabled ? kRefreshRateOverlayEnable : kRefreshRateOverlayDisable; in toggleOverlay() local
/frameworks/base/core/java/android/os/
DIRecoverySystem.aidl28 boolean setupBcb(in String command); in setupBcb()
30 void rebootRecoveryWithCommand(in String command); in rebootRecoveryWithCommand()
/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
DDemoModeController.kt67 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
DDemoModeCommandReceiver.java24 void dispatchDemoCommand(String command, Bundle args); in dispatchDemoCommand()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/test/
DFakeProvider.java36 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/services/tests/servicestests/src/com/android/server/people/data/
DMockScheduledExecutorService.java84 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DModelInterpreter.java472 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
DTestExecutorService.java183 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/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/
DDebugProvider.kt123 val command = createBrowseAdbCommand( in queryPageDebug() constant
140 val command = createBrowseAdbCommand( in queryEntryDebug() constant
/frameworks/base/core/proto/android/util/
Dtextdump.proto28 optional string command = 1; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarDemoMode.java110 public void dispatchDemoCommand(String command, @NonNull Bundle args) { in dispatchDemoCommand()
139 private void dispatchDemoCommandToView(String command, Bundle args, View v) { in dispatchDemoCommandToView()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp2044 sp<AudioCommand> command = mAudioCommands[0]; in threadLoop() local
2360 sp<AudioCommand> command = new AudioCommand(); in volumeCommand() local
2377 sp<AudioCommand> command = new AudioCommand(); in parametersCommand() local
2391 sp<AudioCommand> command = new AudioCommand(); in voiceVolumeCommand() local
2405 sp<AudioCommand> command = new AudioCommand(); in setEffectSuspendedCommand() local
2420 sp<AudioCommand> command = new AudioCommand(); in stopOutputCommand() local
2431 sp<AudioCommand> command = new AudioCommand(); in releaseOutputCommand() local
2447 sp<AudioCommand> command = new AudioCommand(); in createAudioPatchCommand() local
2465 sp<AudioCommand> command = new AudioCommand(); in releaseAudioPatchCommand() local
2477 sp<AudioCommand> command = new AudioCommand(); in updateAudioPortListCommand() local
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DHandlerExecutor.java40 public void execute(Runnable command) { in execute()

1234567891011