HomeSort by relevance Sort by last modified time
    Searched defs:op_code (Results 1 - 23 of 23) sorted by null

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 49 UINT8 *pp, len, op_code; local
56 NCI_MSG_PRS_HDR1 (pp, op_code);
57 NFC_TRACE_DEBUG1 ("nci_proc_core_rsp opcode:0x%x", op_code);
61 switch (op_code)
89 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
108 UINT8 *pp, len, op_code; local
114 NCI_MSG_PRS_HDR1 (pp, op_code);
115 NFC_TRACE_DEBUG1 ("nci_proc_core_ntf opcode:0x%x", op_code);
119 switch (op_code)
142 NFC_TRACE_ERROR1 ("unknown opcode:0x%x", op_code);
160 UINT8 *pp, len, op_code; local
226 UINT8 *pp, len, op_code; local
294 UINT8 *pp, len, op_code; local
354 UINT8 *pp, len, op_code; local
437 UINT8 *pp, len, op_code; local
464 UINT8 *pp, len, op_code; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 102 UINT8 op_code; local
112 STREAM_TO_UINT8(op_code, p_orig);
113 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
gatt_cl.c 82 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; local
116 st = attp_send_cl_msg(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req);
141 UINT8 op_code = 0; local
149 op_code = GATT_REQ_READ_BY_TYPE;
165 op_code = GATT_REQ_READ;
177 op_code = GATT_REQ_READ_BLOB;
185 op_code = GATT_REQ_READ_BLOB;
191 op_code = GATT_REQ_READ_MULTI;
196 op_code = GATT_REQ_READ;
206 if (op_code != 0
227 UINT8 rt = GATT_SUCCESS, op_code = 0; local
    [all...]
gatt_main.c 947 UINT8 op_code, pseudo_op_code; local
954 STREAM_TO_UINT8(op_code, p);
957 pseudo_op_code = op_code & (~GATT_WRITE_CMD_MASK);
961 if (op_code == GATT_SIGN_CMD_WRITE)
968 if ((op_code % 2) == 0)
969 gatt_server_handle_client_req (p_tcb, op_code, msg_len, p);
971 gatt_client_handle_server_rsp (p_tcb, op_code, msg_len, p);
976 GATT_TRACE_ERROR ("ATT - Rcvd L2CAP data, unknown cmd: 0x%x", op_code);
    [all...]
gatt_int.h 268 UINT8 op_code; member in struct:__anon5906
289 UINT8 op_code; member in struct:__anon5907
565 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
566 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
571 extern UINT8 * gatt_dbg_op_name(UINT8 op_code);
583 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB *p_tcb, UINT8 err_code, UINT8 op_code, UINT16 handle, BOOLEAN deq);
628 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
629 extern void gatt_server_handle_client_req (tGATT_TCB *p_tcb, UINT8 op_code,
632 UINT8 op_code, tGATTS_DATA *p_req_data);
633 extern UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 32 void WriteOpCode(uint8 op_code) { WriteUint8(op_code); }
105 target->WriteOpCode(instruction.op_code);
166 Instruction() : op_code(jtl::END_OF_SENTENCE) {}
168 jtl_foundation::OpCodes op_code,
170 : name(name), op_code(op_code), argument_types(argument_types) {}
173 jtl::OpCodes op_code; member in struct:__anon10552::InstructionSet::Instruction
  /external/chromium_org/net/base/
net_util_win.cc 280 WLAN_OPCODE_VALUE_TYPE op_code; local
283 &conn_info_size, reinterpret_cast<VOID**>(&conn_info_ptr), &op_code);
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 529 UINT8 mt, pbf, gid, op_code; local
550 NCI_MSG_PRS_HDR1 (p, op_code);
571 if (op_code == NCI_MSG_HCI_NETWK)
583 if (op_code == NCI_MSG_RF_INTF_ACTIVATED)
603 if (op_code == NCI_MSG_CORE_CONN_CREATE)
675 UINT8 mt, pbf, gid, op_code; local
684 NCI_MSG_PRS_HDR1 (p, op_code);
690 if (op_code == NCI_MSG_CORE_CONN_CREATE)
nfc_hal_dm.c 576 UINT8 mt, pbf, gid, op_code; local
589 NCI_MSG_PRS_HDR1 (p, op_code);
601 if ((old_gid == gid) && (old_oid == op_code))
613 if (op_code == NCI_MSG_CORE_RESET)
641 (*p_cback) ((tNFC_HAL_NCI_EVT) (op_code),
649 op_code |= NCI_NTF_BIT;
651 op_code |= NCI_RSP_BIT;
655 if (op_code == (NCI_RSP_BIT|NCI_MSG_GET_XTAL_INDEX_FROM_DH))
664 else if ( (op_code == NFC_VS_GET_BUILD_INFO_EVT)
687 else if ( (op_code == NFC_VS_GET_PATCH_VERSION_EVT
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 369 const u8 *buf, size_t len, u8 op_code)
372 if (op_code != data->in_op_code) {
375 op_code, data->in_op_code);
396 u8 id, u8 flags, u8 op_code,
417 data->in_op_code = op_code;
436 u8 op_code, flags, id; local
454 op_code = *pos++;
475 op_code, flags, message_length);
478 if (op_code != WSC_FRAG_ACK) {
480 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
174 ms->op_code = MSCHAPV2_OP_RESPONSE;
375 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
386 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
536 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
684 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
691 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
806 switch (ms->op_code) {
817 ms->op_code);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_server_mschapv2.c 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
124 ms->op_code = MSCHAPV2_OP_CHALLENGE;
162 ms->op_code = MSCHAPV2_OP_SUCCESS;
205 ms->op_code = MSCHAPV2_OP_FAILURE;
256 resp->op_code != MSCHAPV2_OP_RESPONSE) {
258 "ignore op %d", resp->op_code);
263 resp->op_code != MSCHAPV2_OP_SUCCESS &&
264 resp->op_code != MSCHAPV2_OP_FAILURE) {
266 "Failure - ignore op %d", resp->op_code);
271 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 130 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon6194
136 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon6195
143 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon6196
151 UINT8 op_code; /* The op (request/response) code */ member in struct:__anon6197
  /external/chromium_org/net/server/
web_socket.cc 290 int op_code = first_byte & kOpCodeMask; local
296 switch (op_code) {
365 OpCode op_code = kOpCodeText; local
368 frame.push_back(kFinalBit | op_code);
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 448 enum wsc_op_code op_code; local
449 *reply = wps_get_msg(peer->wps, &op_code);
473 enum wsc_op_code op_code; local
494 *reply = wps_get_msg(iface->peer.wps, &op_code);
    [all...]
wps_er.c 1011 enum wsc_op_code op_code)
1015 res = wps_process_msg(sta->wps, op_code, msg);
1017 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1093 enum wsc_op_code op_code = WSC_MSG; local
1097 op_code = WSC_ACK;
1100 op_code = WSC_NACK;
1103 op_code = WSC_Done;
1107 wps_er_sta_process(sta, msg, op_code);
1734 enum wsc_op_code op_code; local
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 44 UINT8 op_code; /* the request/response opcode */ member in struct:__anon6289
45 UINT8 rsp_code; /* valid only if op_code is a response */
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 472 uint8 op_code = 0; local
473 if (!ReadOpCode(&op_code))
475 switch (static_cast<jtl_foundation::OpCodes>(op_code)) {
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 166 UINT8 op_code; member in struct:__anon5180
  /external/libnfc-nci/src/nfc/int/
rw_int.h 124 UINT8 op_code; /* Command sent */ member in struct:__anon28174
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 339 UChar op_code = ML_(cur_step_UChar)(data); local
340 if (0) VG_(printf)("dwarf2: ext OPC: %d\n", op_code);
342 switch (op_code) {
372 (Int)op_code);
380 (Int)op_code, (Addr)adr);
697 UChar op_code = ML_(cur_step_UChar)(&data); local
699 if (0) VG_(printf)("dwarf2: OPC: %d\n", op_code);
701 if (op_code >= info.li_opcode_base) {
702 op_code -= info.li_opcode_base;
703 Word adv = (op_code / info.li_line_range
    [all...]

Completed in 328 milliseconds