Searched defs:hdr (Results 26 - 50 of 438) sorted by path

1234567891011>>

/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h183 BT_HDR hdr; member in struct:__anon978
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_common.h163 BT_HDR hdr; member in struct:__anon1002
H A Dbtif_media.h67 BT_HDR hdr; member in struct:__anon1040
80 BT_HDR hdr; member in struct:__anon1041
89 BT_HDR hdr; member in struct:__anon1042
96 BT_HDR hdr; member in struct:__anon1043
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c844 BT_HDR *hdr = p_data->hs_data.rsp_data.p_rpt_data; local
853 if (hdr) {
854 data = (UINT8 *)(hdr + 1) + hdr->offset;
855 len = hdr->len;
H A Dbtif_pan.c543 static inline bool should_forward(tETH_HDR* hdr) argument
545 uint16_t proto = ntohs(hdr->h_proto);
552 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) { argument
562 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0);
573 GKI_freebuf(hdr);
727 tETH_HDR hdr; local
728 memcpy(&hdr, packet, sizeof(tETH_HDR));
733 if (forward_bnep(&hdr, buffer) != FORWARD_CONGEST)
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c135 OI_UINT16 hdr; local
139 hdr = 9 * nrof_subbands;
142 hdr = 4 * nrof_subbands;
144 hdr = 8 * nrof_subbands;
150 bits = 8 * (frameLen - SBC_HEADER_LEN) - hdr;
/external/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c42 BUFFER_HDR_T *hdr; local
72 hdr = (BUFFER_HDR_T *)p_mem;
73 p_cb->freeq[id].p_first = hdr;
76 hdr->task_id = GKI_INVALID_TASK;
77 hdr->q_id = id;
78 hdr->status = BUF_STATUS_FREE;
79 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
81 hdr1 = hdr;
82 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr
[all...]
H A Dgki_debug.c171 BUFFER_HDR_T *hdr; local
190 hdr = (BUFFER_HDR_T *)(gki_cb.com.pool_start[pool]);
193 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size);
194 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
195 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
/external/bluetooth/bluedroid/include/
H A Dbte.h87 BT_HDR hdr; member in struct:tHCISU_USERIAL_MSG_tag
/external/bluetooth/bluedroid/main/
H A Dbte_main.c526 BT_HDR hdr; member in struct:bt_audio_state_tag
560 p_msg->hdr.event = MSG_CTRL_TO_HC_CMD | (MSG_SUB_EVT_MASK & BT_HC_AUDIO_STATE);
561 p_msg->hdr.len = sizeof(p_msg->audio);
562 p_msg->hdr.offset = 0;
565 p_msg->hdr.layer_specific = 0;
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h378 tAVDT_EVT_HDR hdr; member in union:__anon1209
H A Davdt_scb_act.c140 p_scb->close_code = p_data->msg.hdr.err_code;
700 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
701 p_data->msg.hdr.err_param = 0;
729 if (p_data->msg.hdr.err_code == 0)
769 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
825 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx);
836 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG;
837 p_data->msg.hdr.err_param = 0;
838 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx),
839 p_data->msg.hdr
1358 tAVDT_EVT_HDR hdr; local
1399 tAVDT_EVT_HDR hdr; local
1470 tAVDT_EVT_HDR hdr; local
1503 tAVDT_EVT_HDR hdr; local
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h431 BT_HDR hdr; member in struct:__anon1294
437 BT_HDR hdr; member in struct:__anon1295
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h292 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1313
298 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1314
305 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1315
314 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1316
321 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1317
328 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1318
334 tAVDT_EVT_HDR hdr; member in union:__anon1319
H A Davdtc_api.h48 tAVDT_EVT_HDR hdr; /* Event header */ member in struct:__anon1321
55 tAVDT_EVT_HDR hdr; member in union:__anon1322
H A Davrc_defs.h770 tAVRC_HDR hdr; /* Message header. */ member in struct:__anon1326
779 tAVRC_HDR hdr; /* Message header. */ member in struct:__anon1327
792 tAVRC_HDR hdr; /* Message header. */ member in struct:__anon1328
801 tAVRC_HDR hdr; /* hdr.ctype Unused. member in struct:__anon1329
802 * hdr.subunit_type Unused.
803 * hdr.subunit_id Unused. */
819 tAVRC_HDR hdr; /* hdr.ctype AVRC_CMD or AVRC_RSP. member in struct:__anon1330
820 * hdr
830 tAVRC_HDR hdr; /* Message header. */ member in union:__anon1331
[all...]
H A Dgoep_fs.h101 BT_HDR hdr; member in struct:__anon1557
109 BT_HDR hdr; member in struct:__anon1558
117 BT_HDR hdr; member in struct:__anon1559
124 BT_HDR hdr; member in struct:__anon1560
H A Dmca_api.h191 tMCA_EVT_HDR hdr; member in union:__anon1583
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_int.h43 BT_HDR hdr; /* layer specific information */ member in struct:__anon1669
56 BT_HDR hdr; /* Event header */ member in struct:__anon1670
70 BT_HDR hdr; /* layer specific information */ member in union:__anon1672
109 BT_HDR hdr; /* layer specific information */ member in union:__anon1675
/external/chromium_org/base/
H A Dpickle.cc329 const Header* hdr = reinterpret_cast<const Header*>(start); local
330 if (length < header_size || length - header_size < hdr->payload_size)
332 return start + header_size + hdr->payload_size;
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc815 struct cmsghdr *hdr = CMSG_FIRSTHDR(&msg); variable in typeref:struct:breakpad::__anon6409::NonBrowserCrashHandler::cmsghdr
816 hdr->cmsg_level = SOL_SOCKET;
817 hdr->cmsg_type = SCM_RIGHTS;
818 hdr->cmsg_len = kControlMsgLenSize;
819 ((int*)CMSG_DATA(hdr))[0] = fds[1];
/external/chromium_org/crypto/
H A Dsymmetric_key_win.cc21 BLOBHEADER hdr; member in struct:crypto::__anon7963::PlaintextBlobHeader
65 key_header->hdr.bType = PLAINTEXTKEYBLOB;
66 key_header->hdr.bVersion = CUR_BLOB_VERSION;
67 key_header->hdr.aiKeyAlg = alg;
78 key_header->hdr.aiKeyAlg = CALG_RC2;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c11353 PRUint8 hdr[4]; local
11380 hdr[0] = (PRUint8)ss->ssl3.hs.msg_type;
11381 hdr[1] = (PRUint8)(length >> 16);
11382 hdr[2] = (PRUint8)(length >> 8);
11383 hdr[3] = (PRUint8)(length );
11396 rv = ssl3_UpdateHandshakeHashes(ss, (unsigned char*) hdr, 4);
H A Dsslimpl.h388 /* number of bytes previously read into hdr or buf(ssl2) or inbuf (ssl3).
406 /* This value is taken from the record's hdr[2], which means a too large
428 /* offset in buf/inbuf/hdr into which new data will be read from socket. */
441 unsigned char hdr[13]; /* ssl 2 & 3 or dtls */ member in struct:sslGatherStr
/external/chromium_org/net/tools/quic/
H A Dquic_socket_utils.cc26 IPAddressNumber QuicSocketUtils::GetAddressFromMsghdr(struct msghdr *hdr) { argument
27 if (hdr->msg_controllen > 0) {
28 for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr);
30 cmsg = CMSG_NXTHDR(hdr, cmsg)) {
54 bool QuicSocketUtils::GetOverflowFromMsghdr(struct msghdr *hdr, argument
56 if (hdr->msg_controllen > 0) {
58 for (cmsg = CMSG_FIRSTHDR(hdr);
60 cmsg = CMSG_NXTHDR(hdr, cmsg)) {
113 msghdr hdr; local
115 hdr
192 msghdr hdr; local
[all...]

Completed in 550 milliseconds

1234567891011>>