/frameworks/native/vulkan/scripts/ |
D | driver_generator.py | 171 def _is_driver_table_entry(cmd): argument 187 def _is_instance_driver_table_entry(cmd): argument 197 def _is_device_driver_table_entry(cmd): argument 310 def _is_intercepted(cmd): argument 325 def _get_proc_hook_enum(cmd): argument 337 def _need_proc_hook_stub(cmd): argument 352 def _define_proc_hook_stub(cmd, f): argument 393 def _define_global_proc_hook(cmd, f): argument 412 def _define_instance_proc_hook(cmd, f): argument 445 def _define_device_proc_hook(cmd, f): argument
|
D | generator_common.py | 168 def base_name(cmd): argument 204 def is_function_supported(cmd): argument 218 def get_dispatch_table_type(cmd): argument 232 def is_globally_dispatched(cmd): argument 244 def is_instance_dispatched(cmd): argument 254 def is_device_dispatched(cmd): argument 274 def is_function_exported(cmd): argument 289 def is_instance_dispatch_table_entry(cmd): argument 301 def is_device_dispatch_table_entry(cmd): argument
|
D | api_generator.py | 105 def _define_extension_stub(cmd, f): argument 132 def _is_intercepted(cmd): argument 248 def _api_dispatch(cmd, f): argument
|
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
D | RemoteProvisioningShellCommandTest.java | 115 RemoteProvisioningShellCommand cmd, String[] args) throws Exception { in exec() 138 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_zeroInstances() local 151 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_oneInstances() local 165 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_twoInstances() local 189 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion1_withChallenge() local 222 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion2_withChallenge() local 250 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion3_withoutChallenge() local 270 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion3_withChallenge() local 315 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in certify_sameOrderAsReceived() local 349 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in certify_noBlankLineBeforeTrailer() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 79 public CreationAndCompletionThread(Command cmd) { in CreationAndCompletionThread() 185 private void startSound(Command cmd) { in startSound() 221 private void stopSound(Command cmd) { in stopSound() 280 Command cmd = null; in run() local 413 Command cmd = new Command(); in play() local 444 Command cmd = new Command(); in play() local 468 Command cmd = new Command(); in stop() local 478 private void enqueueLocked(Command cmd) { in enqueueLocked()
|
/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 54 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/tools/protologtool/tests/com/android/protolog/tool/ |
D | CommandOptionsTest.kt | 78 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses() constant 114 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses_noLegacyViewerConfigFile() constant 135 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in transformClasses_noLegacyOutputFile() constant 341 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in generateConfig_json() constant 358 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in generateConfig_proto() constant 394 val cmd = CommandOptions(testLine.split(' ').toTypedArray()) in readLog() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/ |
D | ParseableCommandTest.kt | 138 val cmd = in executeDoesNotPropagateExceptions() constant 155 val cmd = in executeFailingCommand_callsOnParseFailed() constant 193 val cmd = MyCommand() in commandWithArgs() constant 201 val cmd = in commandWithRequiredParam_provided() constant 222 val cmd = in commandWithRequiredParam_not_provided_throws() constant 250 val cmd = in commandWithSubCommand() constant
|
/frameworks/base/core/java/com/android/internal/util/ |
D | WakeupMessage.java | 54 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/services/core/java/com/android/server/hdmi/ |
D | TimerRecordingAction.java | 97 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 112 private boolean handleTimerStatus(HdmiCecMessage cmd) { in handleTimerStatus() 127 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
|
D | VolumeControlAction.java | 126 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 140 private boolean handleReportAudioStatus(HdmiCecMessage cmd) { in handleReportAudioStatus() 172 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
|
D | SetAudioVolumeLevelDiscoveryAction.java | 67 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 79 private boolean handleFeatureAbort(HdmiCecMessage cmd) { in handleFeatureAbort()
|
D | AbsoluteVolumeAudioStatusAction.java | 64 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 82 private boolean handleReportAudioStatus(HdmiCecMessage cmd) { in handleReportAudioStatus()
|
D | OneTouchRecordAction.java | 79 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 91 private boolean handleRecordStatus(HdmiCecMessage cmd) { in handleRecordStatus()
|
D | HdmiUtils.java | 197 static boolean checkCommandSource(HdmiCecMessage cmd, int expectedAddress, String tag) { in checkCommandSource() 212 static boolean parseCommandParamSystemAudioStatus(HdmiCecMessage cmd) { in parseCommandParamSystemAudioStatus() 222 static boolean isAudioStatusMute(HdmiCecMessage cmd) { in isAudioStatusMute() 233 static int getAudioStatusVolume(HdmiCecMessage cmd) { in getAudioStatusVolume() 515 static int getAbortFeatureOpcode(HdmiCecMessage cmd) { in getAbortFeatureOpcode() 526 static int getAbortReason(HdmiCecMessage cmd) { in getAbortReason()
|
D | HdmiCecFeatureAction.java | 106 abstract boolean processCommand(HdmiCecMessage cmd); in processCommand() 185 protected final void sendCommand(HdmiCecMessage cmd) { in sendCommand() 189 protected final void sendCommand(HdmiCecMessage cmd, in sendCommand() 194 protected final void sendCommandWithoutRetries(HdmiCecMessage cmd, in sendCommandWithoutRetries()
|
D | PowerStatusMonitorAction.java | 68 boolean processCommand(HdmiCecMessage cmd) { in processCommand() 76 private boolean handleReportPowerStatus(HdmiCecMessage cmd) { in handleReportPowerStatus()
|
/frameworks/av/services/audiopolicy/service/ |
D | Spatializer.h | 256 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1]; in getHalParameter() local 305 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1 + values.size()]; in setEffectParameter_l() local 331 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 3]; in setEffectParameter_l() local 358 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 1 + values->size()]; in getEffectParameter_l() local 390 uint32_t cmd[sizeof(effect_param_t) / sizeof(uint32_t) + 3]; in getEffectParameter_l() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | SubCommand.kt | 35 val cmd: ParseableCommand constant 54 override val cmd: T, in parseSubCommandArgs() constant in com.android.systemui.statusbar.commandline.OptionalSubCommand 86 override val cmd: T, constant in com.android.systemui.statusbar.commandline.RequiredSubCommand
|
/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/ |
D | BackgroundDexOptServiceIntegrationTests.java | 149 private static String runShellCommand(String cmd) throws IOException { in runShellCommand() 167 private static String[] runShellCommandSplitLines(String cmd) throws IOException { in runShellCommandSplitLines() 173 String cmd = String.format("dumpsys package %s", pkg); in getCompilerFilter() local 199 String cmd = String.format("fallocate -l %d %s", numBytesToAdd, mBigFile.getAbsolutePath()); in fillUpStorage() local
|
/frameworks/base/tests/JankBench/scripts/ |
D | adbutil.py | 11 def am(serial, cmd, args): argument 17 def pm(serial, cmd, args): argument 44 def shell(serial, cmd): argument
|
/frameworks/native/opengl/tools/glgen2/ |
D | glgen.py | 119 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/ |
D | BasicShellCommandHandler.java | 76 String cmd; in exec() local 300 public int handleDefaultCommands(String cmd) { in handleDefaultCommands() 335 public abstract int onCommand(String cmd); in onCommand()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | PathTools.kt | 57 val cmd = it.groups[1]!!.value in Path() constant
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 81 void binderTestIoctlSuccessOrError(int cmd, void *arg, int accepted_errno) { in binderTestIoctlSuccessOrError() 90 …void binderTestIoctlRetErr2(int cmd, void *arg, int expect_ret, int expect_errno, int accept_errno… in binderTestIoctlRetErr2() 100 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { in binderTestIoctlErr2() 103 void binderTestIoctlErr1(int cmd, void *arg, int expect_errno) { in binderTestIoctlErr1() 106 void binderTestIoctl(int cmd, void *arg) { in binderTestIoctl() 109 void binderTestIoctlUnimplemented(int cmd, void *arg) { in binderTestIoctlUnimplemented()
|