Searched defs:op_code (Results 1 - 25 of 57) sorted by relevance

123

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c49 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/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c46 BT_HDR *attp_build_mtu_cmd(UINT8 op_code, UINT16 rx_mtu) argument
55 UINT8_TO_STREAM (p, op_code);
72 BT_HDR *attp_build_exec_write_cmd (UINT8 op_code, UINT8 flag) argument
84 UINT8_TO_STREAM (p, op_code);
86 if (op_code == GATT_REQ_EXEC_WRITE)
136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) argument
148 UINT8_TO_STREAM (p, op_code);
234 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) argument
245 UINT8_TO_STREAM (p, op_code);
251 if (op_code
270 attp_build_opcode_cmd(UINT8 op_code) argument
295 attp_build_value_cmd(UINT16 payload_size, UINT8 op_code, UINT16 handle, UINT16 offset, UINT16 len, UINT8 *p_data) argument
386 attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg) argument
533 attp_send_cl_msg(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg) argument
[all...]
H A Dgatt_auth.c102 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);
H A Dgatt_cl.c82 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 !
227 UINT8 rt = GATT_SUCCESS, op_code = 0; local
458 gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
557 gatt_process_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
610 gatt_process_prep_write_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
658 gatt_process_notification(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
744 gatt_process_read_by_type_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
946 gatt_process_read_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
1161 gatt_client_handle_server_rsp(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) argument
[all...]
H A Dgatt_db.c47 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
328 UINT8 op_code,
384 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id);
640 UINT8 op_code,
661 (BOOLEAN)(op_code == GATT_REQ_READ_BLOB),
666 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, offset, trans_id);
731 ** op_code:op code of this write.
742 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code, argument
752 GATT_TRACE_DEBUG( "gatts_write_attr_perm_check op_code=0x%0x handle=0x%04x offset=%d len=%d sec_flag=0x%0x key_size=%d",
753 op_code, handl
326 gatts_db_read_attr_value_by_type(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle, UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id, UINT16 *p_cur_handle) argument
638 gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset, UINT8 *p_value, UINT16 *p_len, UINT16 mtu, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id) argument
1140 gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle, UINT16 offset, UINT32 trans_id) argument
[all...]
H A Dgatt_main.c947 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);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc32 void WriteOpCode(uint8 op_code) { WriteUint8(op_code); } argument
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:__anon5932::InstructionSet::Instruction
167 Instruction(const char* name, jtl_foundation::OpCodes op_code, const std::vector<ArgumentType>& argument_types) argument
/external/chromium_org/net/base/
H A Dnet_util_win.cc280 WLAN_OPCODE_VALUE_TYPE op_code; local
283 &conn_info_size, reinterpret_cast<VOID**>(&conn_info_ptr), &op_code);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c529 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)
/external/libvorbis/lib/
H A Dinfo.c571 ogg_packet *op_code){
621 op_code->packet=b->header2;
622 op_code->bytes=oggpack_bytes(&opb);
623 op_code->b_o_s=0;
624 op_code->e_o_s=0;
625 op_code->granulepos=0;
626 op_code->packetno=2;
633 memset(op_code,0,sizeof(*op_code));
567 vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c369 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);
368 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
394 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c291 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);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c190 * @op_code: Message OP Code
200 enum wsc_op_code op_code,
204 return wps_registrar_process_msg(wps, op_code, msg);
206 return wps_enrollee_process_msg(wps, op_code, msg);
213 * @op_code: Buffer for returning message OP Code
219 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
222 return wps_registrar_get_msg(wps, op_code);
224 return wps_enrollee_get_msg(wps, op_code);
199 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c369 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);
368 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
394 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c291 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);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c190 * @op_code: Message OP Code
200 enum wsc_op_code op_code,
204 return wps_registrar_process_msg(wps, op_code, msg);
206 return wps_enrollee_process_msg(wps, op_code, msg);
213 * @op_code: Buffer for returning message OP Code
219 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
222 return wps_registrar_get_msg(wps, op_code);
224 return wps_enrollee_get_msg(wps, op_code);
199 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_pax.c94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
344 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
347 req->op_code, req->flags, req->mac_id, req->dh_group_id,
409 if (req->op_code == EAP_PAX_OP_STD_1) {
432 switch (req->op_code) {
441 "op_code %d", req->op_code);
93 eap_pax_alloc_resp(const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) argument
H A Deap_wsc.c369 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);
368 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
394 eap_wsc_process_fragment(struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c291 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);
290 eap_wsc_process_cont(struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) argument
317 eap_wsc_process_fragment(struct eap_wsc_data *data, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c190 * @op_code: Message OP Code
200 enum wsc_op_code op_code,
204 return wps_registrar_process_msg(wps, op_code, msg);
206 return wps_enrollee_process_msg(wps, op_code, msg);
213 * @op_code: Buffer for returning message OP Code
219 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) argument
222 return wps_registrar_get_msg(wps, op_code);
224 return wps_enrollee_get_msg(wps, op_code);
199 wps_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument

Completed in 1464 milliseconds

123