HomeSort by relevance Sort by last modified time
    Searched refs:commandId (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 57 uint32_t commandId;
70 uint32_t commandId;
80 uint32_t commandId;
89 uint32_t commandId;
111 uint32_t commandId;
122 uint32_t commandId;
130 uint32_t commandId;
151 uint32_t commandId;
165 uint32_t commandId;
178 uint32_t commandId;
    [all...]
  /hardware/samsung_slsi/exynos5/libsecurepath/
tci.h 44 tciCommandId_t commandId; /**< Command ID */
  /external/chromium_org/chrome/browser/ui/cocoa/website_settings/
permission_bubble_controller.h 50 - (void)onMenuItemClicked:(int)commandId;
  /hardware/samsung_slsi/exynos5/libkeymaster/
tci.h 73 tciCommandId_t commandId; /**< Command ID */
tlcTeeKeymaster_if.c 184 pTci->command.header.commandId = CMD_ID_TEE_RSA_GEN_KEY_PAIR;
293 pTci->command.header.commandId = CMD_ID_TEE_RSA_SIGN;
423 pTci->command.header.commandId = CMD_ID_TEE_RSA_VERIFY;
530 pTci->command.header.commandId = CMD_ID_TEE_HMAC_GEN_KEY;
634 pTci->command.header.commandId = CMD_ID_TEE_HMAC_SIGN;
762 pTci->command.header.commandId = CMD_ID_TEE_HMAC_VERIFY;
892 pTci->command.header.commandId = CMD_ID_TEE_KEY_IMPORT;
1004 pTci->command.header.commandId = CMD_ID_TEE_GET_PUB_KEY;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 193 private int commandId;
207 commandId = 1;
216 return commandId++;
390 * @param commandId
398 public ReplyPacket receiveReply(int commandId, long timeout)
411 commandId));
712 * @param commandId
725 public ReplyPacket receiveReply(int commandId, long timeout)
727 return commandsSynchronyzer.receiveReply(commandId, timeout);
VmMirror.java     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
commandbutton.js 33 var commandId;
34 if ((commandId = this.getAttribute('command')))
35 this.setCommand(commandId);
file_manager_commands.js 153 * Sets the default handler for the commandId and prevents handling
158 * @param {string} commandId Command id to respond to.
160 CommandUtil.forceDefaultHandler = function(node, commandId) {
162 var command = doc.querySelector('command[id="' + commandId + '"]');
171 if (event.command.id !== commandId)
177 if (event.command.id === commandId)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 736 switch (mcDrvCommandHeader.commandId) {
781 mcDrvCommandHeader.commandId,
782 mcDrvCommandHeader.commandId);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 475 var commandId = command.id;
476 switch (commandId) {
520 var commandId = command.id;
543 switch (commandId) {
604 var commandId = command.id;
619 switch (commandId) {
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 66 cmpCommandId_t commandId;
    [all...]
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 602 self.gcd.commands().patch(commandId=command['id'],

Completed in 382 milliseconds

1 2