Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 242) sorted by relevance

12345678910

/frameworks/native/vulkan/scripts/
Ddriver_generator.py165 def _is_driver_table_entry(cmd): argument
181 def _is_instance_driver_table_entry(cmd): argument
191 def _is_device_driver_table_entry(cmd): argument
302 def _is_intercepted(cmd): argument
317 def _get_proc_hook_enum(cmd): argument
329 def _need_proc_hook_stub(cmd): argument
344 def _define_proc_hook_stub(cmd, f): argument
385 def _define_global_proc_hook(cmd, f): argument
404 def _define_instance_proc_hook(cmd, f): argument
437 def _define_device_proc_hook(cmd, f): argument
Dgenerator_common.py166 def base_name(cmd): argument
202 def is_function_supported(cmd): argument
216 def get_dispatch_table_type(cmd): argument
230 def is_globally_dispatched(cmd): argument
242 def is_instance_dispatched(cmd): argument
252 def is_device_dispatched(cmd): argument
272 def is_function_exported(cmd): argument
287 def is_instance_dispatch_table_entry(cmd): argument
299 def is_device_dispatch_table_entry(cmd): argument
Dapi_generator.py105 def _define_extension_stub(cmd, f): argument
132 def _is_intercepted(cmd): argument
248 def _api_dispatch(cmd, f): argument
Dnull_generator.py31 def _is_driver_function(cmd): argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationPlayer.java78 public CreationAndCompletionThread(Command cmd) { in CreationAndCompletionThread()
183 private void startSound(Command cmd) { in startSound()
226 Command cmd = null; in run() local
392 Command cmd = new Command(); in play() local
420 Command cmd = new Command(); in play() local
443 Command cmd = new Command(); in stop() local
453 private void enqueueLocked(Command cmd) { in enqueueLocked()
/frameworks/base/media/java/android/media/
DAsyncPlayer.java54 private void startSound(Command cmd) { in startSound()
87 Command cmd = null; in run() local
198 Command cmd = new Command(); in play() local
220 Command cmd = new Command(); in stop() local
229 private void enqueueLocked(Command cmd) { in enqueueLocked()
/frameworks/base/services/core/java/com/android/server/hdmi/
DTimerRecordingAction.java97 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
112 private boolean handleTimerStatus(HdmiCecMessage cmd) { in handleTimerStatus()
127 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
DVolumeControlAction.java126 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
140 private boolean handleReportAudioStatus(HdmiCecMessage cmd) { in handleReportAudioStatus()
172 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
DSetAudioVolumeLevelDiscoveryAction.java67 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
79 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
DAbsoluteVolumeAudioStatusAction.java61 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
70 private boolean handleReportAudioStatus(HdmiCecMessage cmd) { in handleReportAudioStatus()
DOneTouchRecordAction.java79 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
91 private boolean handleRecordStatus(HdmiCecMessage cmd) { in handleRecordStatus()
DHdmiUtils.java199 static boolean checkCommandSource(HdmiCecMessage cmd, int expectedAddress, String tag) { in checkCommandSource()
214 static boolean parseCommandParamSystemAudioStatus(HdmiCecMessage cmd) { in parseCommandParamSystemAudioStatus()
224 static boolean isAudioStatusMute(HdmiCecMessage cmd) { in isAudioStatusMute()
235 static int getAudioStatusVolume(HdmiCecMessage cmd) { in getAudioStatusVolume()
517 static int getAbortFeatureOpcode(HdmiCecMessage cmd) { in getAbortFeatureOpcode()
528 static int getAbortReason(HdmiCecMessage cmd) { in getAbortReason()
DPowerStatusMonitorAction.java68 boolean processCommand(HdmiCecMessage cmd) { in processCommand()
76 private boolean handleReportPowerStatus(HdmiCecMessage cmd) { in handleReportPowerStatus()
/frameworks/base/core/java/com/android/internal/util/
DWakeupMessage.java54 String cmdName, int cmd, int arg1, int arg2, Object obj) { in WakeupMessage()
65 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd, int arg1) { in WakeupMessage()
70 String cmdName, int cmd, int arg1, int arg2) { in WakeupMessage()
74 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd) { in WakeupMessage()
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DCommandOptionsTest.kt64 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses() constant
252 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in generateConfig() constant
282 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in readLog() constant
/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
DBackgroundDexOptServiceIntegrationTests.java145 private static String runShellCommand(String cmd) throws IOException { in runShellCommand()
163 private static String[] runShellCommandSplitLines(String cmd) throws IOException { in runShellCommandSplitLines()
169 String cmd = String.format("dumpsys package %s", pkg); in getCompilerFilter() local
195 String cmd = String.format("fallocate -l %d %s", numBytesToAdd, mBigFile.getAbsolutePath()); in fillUpStorage() local
/frameworks/base/tests/JankBench/scripts/
Dadbutil.py11 def am(serial, cmd, args): argument
17 def pm(serial, cmd, args): argument
44 def shell(serial, cmd): argument
/frameworks/av/services/audiopolicy/service/
DSpatializer.h208 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1]; in getHalParameter() local
257 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1 + values.size()]; in setEffectParameter_l() local
283 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1 + values->size()]; in getEffectParameter_l() local
/frameworks/native/opengl/tools/glgen2/
Dglgen.py119 def genCmd(self, cmd, name): argument
146 def genCmd(self, cmd, name): argument
215 def genCmd(self, cmd, name): argument
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBasicShellCommandHandler.java76 String cmd; in exec() local
300 public int handleDefaultCommands(String cmd) { in handleDefaultCommands()
335 public abstract int onCommand(String cmd); in onCommand()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimIndication.java161 public void stkEventNotify(int indicationType, String cmd) { in stkEventNotify()
177 public void stkProactiveCommand(int indicationType, String cmd) { in stkProactiveCommand()
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp83 void binderTestIoctlSuccessOrError(int cmd, void *arg, int accepted_errno) { in binderTestIoctlSuccessOrError()
92 …void binderTestIoctlRetErr2(int cmd, void *arg, int expect_ret, int expect_errno, int accept_errno… in binderTestIoctlRetErr2()
102 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { in binderTestIoctlErr2()
105 void binderTestIoctlErr1(int cmd, void *arg, int expect_errno) { in binderTestIoctlErr1()
108 void binderTestIoctl(int cmd, void *arg) { in binderTestIoctl()
111 void binderTestIoctlUnimplemented(int cmd, void *arg) { in binderTestIoctlUnimplemented()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbShellCommand.java36 public int onCommand(String cmd) { in onCommand()
/frameworks/native/vulkan/libvulkan/
Dapi.h72 inline DeviceData& GetData(VkCommandBuffer cmd) { in GetData()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorShellCommand.java39 public int onCommand(String cmd) { in onCommand()

12345678910