HomeSort by relevance Sort by last modified time
    Searched refs:op_code (Results 26 - 49 of 49) sorted by null

12

  /external/libvorbis/lib/
info.c 571 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));
  /external/wpa_supplicant_8/src/wps/
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...]
wps_registrar.c     [all...]
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.h 221 enum wsc_op_code op_code,
224 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
  /external/chromium_org/net/websockets/
websocket_channel.h 76 // RFC6455. |data| is the "Payload Data". If |op_code| is kOpCodeText, or it
81 WebSocketFrameHeader::OpCode op_code,
274 // when the current write finishes. |fin| and |op_code| are defined as for
275 // SendFrame() above, except that |op_code| may also be a control frame
278 WebSocketFrameHeader::OpCode op_code,
  /external/wpa_supplicant_8/src/eap_peer/
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/bluetooth/bluedroid/stack/gatt/
gatt_utils.c     [all...]
gatt_attr.c 43 static void gatt_request_cback(UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
gatt_api.c 739 GATT_TRACE_ERROR ("GATTS_SendRsp conn_id: %u waiting for op_code = %02x",
740 conn_id, p_tcb->sr_cmd.op_code);
745 cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_msg);
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 411 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code)
416 UINT8_TO_STREAM(p, op_code);
430 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code)
435 UINT8_TO_STREAM(p, op_code);
  /external/libvorbis/include/vorbis/
codec.h 192 ogg_packet *op_code);
  /external/chromium_org/net/base/
net_util_win.cc 241 WLAN_OPCODE_VALUE_TYPE op_code; local
245 &op_code);
  /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_act.c 929 op_cmpl.op_code = GATTC_OPTYPE_CONFIG;
    [all...]
bta_gattc_int.h 166 UINT8 op_code; member in struct:__anon5185
  /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...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 359 extern void btm_ble_rand_enc_complete (UINT8 *p, UINT16 op_code, tBTM_RAND_ENC_CB *p_enc_cplt_cback);
btm_ble.c 747 void btm_ble_rand_enc_complete (UINT8 *p, UINT16 op_code, tBTM_RAND_ENC_CB *p_enc_cplt_cback)
764 params.opcode = op_code;
766 if (op_code == HCI_BLE_RAND)
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 44 UINT8 op_code; /* the request/response opcode */ member in struct:__anon6294
45 UINT8 rsp_code; /* valid only if op_code is a response */
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 34 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
330 GATT_TRACE_EVENT ("srvc_eng_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x ", op, status);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 521 mm_camera_ops_type_t op_code)
527 if (op_code != MM_CAMERA_OPS_LOCAL) {
528 index = op_code/32;
530 (1<<op_code)) != 0);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 57 static void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE op_code, tGATTS_DATA *p_data);
614 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
  /external/libnfc-nci/src/nfc/int/
rw_int.h 124 UINT8 op_code; /* Command sent */ member in struct:__anon8070
    [all...]

Completed in 1006 milliseconds

12