Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 15 of 15) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c116 UINT8 ce_t3t_is_valid_opcode (UINT8 cmd_id) in ce_t3t_is_valid_opcode() argument
120 if ( (cmd_id == T3T_MSG_OPC_CHECK_CMD) in ce_t3t_is_valid_opcode()
121 ||(cmd_id == T3T_MSG_OPC_UPDATE_CMD) ) in ce_t3t_is_valid_opcode()
125 else if ( (cmd_id == T3T_MSG_OPC_POLL_CMD) in ce_t3t_is_valid_opcode()
126 ||(cmd_id == T3T_MSG_OPC_REQ_SERVICE_CMD) in ce_t3t_is_valid_opcode()
127 ||(cmd_id == T3T_MSG_OPC_REQ_RESPONSE_CMD) in ce_t3t_is_valid_opcode()
128 ||(cmd_id == T3T_MSG_OPC_REQ_SYSTEMCODE_CMD) ) in ce_t3t_is_valid_opcode()
554 void ce_t3t_handle_non_nfc_forum_cmd (tCE_CB *p_mem_cb, UINT8 cmd_id, BT_HDR *p_cmd_msg) in ce_t3t_handle_non_nfc_forum_cmd() argument
569 switch (cmd_id) in ce_t3t_handle_non_nfc_forum_cmd()
632 CE_TRACE_ERROR1 ("Unhandled CE opcode: %02x", cmd_id); in ce_t3t_handle_non_nfc_forum_cmd()
[all …]
Drw_t3t.c118 static char *rw_t3t_cmd_str (UINT8 cmd_id);
2529 static char *rw_t3t_cmd_str (UINT8 cmd_id) in rw_t3t_cmd_str() argument
2531 switch (cmd_id) in rw_t3t_cmd_str()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
Dsvga_dump.c1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) in svga_dump_command() argument
1487 switch(cmd_id) { in svga_dump_command()
1775 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_command()
1797 const uint32_t cmd_id = *(const uint32_t *)next; in svga_dump_commands() local
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) { in svga_dump_commands()
1807 svga_dump_command(cmd_id, body, header->size); in svga_dump_commands()
1809 else if(cmd_id == SVGA_CMD_FENCE) { in svga_dump_commands()
1815 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_commands()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
Dsvga_dump.c1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size) in svga_dump_command() argument
1487 switch(cmd_id) { in svga_dump_command()
1775 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_command()
1797 const uint32_t cmd_id = *(const uint32_t *)next; in svga_dump_commands() local
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) { in svga_dump_commands()
1807 svga_dump_command(cmd_id, body, header->size); in svga_dump_commands()
1809 else if(cmd_id == SVGA_CMD_FENCE) { in svga_dump_commands()
1815 _debug_printf("\t0x%08x\n", cmd_id); in svga_dump_commands()
/external/chromium_org/chrome/browser/ui/webui/options/
Dfont_settings_handler.cc224 int cmd_id = it->encoding_id; in FontsListHasLoaded() local
226 CharacterEncoding::GetCanonicalEncodingNameByCommandId(cmd_id); in FontsListHasLoaded()
/external/chromium_org/chrome/installer/util/
Dinstallation_validator.cc305 const base::string16& cmd_id = cmd_iterators.first->first; in ValidateAppCommandExpectations() local
307 expectation = the_expectations.find(cmd_id); in ValidateAppCommandExpectations()
316 << cmd_id << "\"."; in ValidateAppCommandExpectations()
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.h445 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
Dtab_strip_model.cc1119 bool TabStripModel::ContextMenuCommandToBrowserCommand(int cmd_id, in ContextMenuCommandToBrowserCommand() argument
1121 switch (cmd_id) { in ContextMenuCommandToBrowserCommand()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.cc571 bool BrowserView::GetAccelerator(int cmd_id, in GetAccelerator() argument
575 if (chrome::GetStandardAcceleratorForCommandId(cmd_id, accelerator)) in GetAccelerator()
580 if (it->second == cmd_id) { in GetAccelerator()
587 cmd_id, browser_->host_desktop_type(), accelerator); in GetAccelerator()
Dbrowser_view.h209 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
/external/chromium_org/ui/views/widget/
Dwidget.h365 virtual bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const;
Dwidget.cc420 bool Widget::GetAccelerator(int cmd_id, ui::Accelerator* accelerator) const { in GetAccelerator() argument
/external/chromium_org/google_update/
Dgoogle_update_idl.idl715 [in, string] const WCHAR* cmd_id,
729 [in, string] const WCHAR* cmd_id);
831 [in, string] const WCHAR* cmd_id,