/system/bt/stack/avrc/ |
avrc_bld_ct.c | 111 UINT32_TO_BE_STREAM(p_data, event_param); 321 UINT32_TO_BE_STREAM(p_data,0); 322 UINT32_TO_BE_STREAM(p_data,0); 326 UINT32_TO_BE_STREAM(p_data,attrib_ids[count]);
|
avrc_bld_tg.c | 495 UINT32_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].attr_id); 528 UINT32_TO_BE_STREAM(p_data, p_rsp->song_len); 529 UINT32_TO_BE_STREAM(p_data, p_rsp->song_pos); 589 UINT32_TO_BE_STREAM(p_data, p_rsp->param.play_pos);
|
/system/bt/stack/avdt/ |
avdt_api.c | [all...] |
avdt_scb_act.c | [all...] |
/external/libnfc-nci/src/nfc/ndef/ |
ndef_utils.c | 888 UINT32_TO_BE_STREAM (p_rec, payload_len); 984 UINT32_TO_BE_STREAM (p_rec, payload_len); 1131 UINT32_TO_BE_STREAM (pp, new_paylen); [all...] |
ndef_cho_utils.c | 271 UINT32_TO_BE_STREAM (p, error_data);
|
/system/bt/btif/src/ |
btif_sdp_server.c | 431 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); 510 UINT32_TO_BE_STREAM(p_temp, rec->supported_features); 594 UINT32_TO_BE_STREAM(p_temp, rec->supported_features);
|
/system/bt/stack/pan/ |
pan_utils.c | 124 UINT32_TO_BE_STREAM (p, NetAccessRate);
|
/external/libnfc-nci/src/hal/include/ |
nfc_types.h | 96 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)(u32); }
|
/system/bt/stack/bnep/ |
bnep_utils.c | 204 UINT32_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid32); 205 UINT32_TO_BE_STREAM (p, p_bcb->src_uuid.uu.uuid32); [all...] |
/system/bt/stack/sdp/ |
sdp_discovery.c | 95 UINT32_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid32); 490 UINT32_TO_BE_STREAM (p, p_ccb->handles[p_ccb->cur_handle]); [all...] |
sdp_server.c | 281 UINT32_TO_BE_STREAM (p_rsp, rsp_handles[xx]);
|
sdp_utils.c | 245 UINT32_TO_BE_STREAM (p_out, p_attr->len);
|
/external/libnfc-nci/src/include/ |
bt_types.h | 262 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)(u32); }
|
/system/bt/stack/include/ |
bt_types.h | 280 #define UINT32_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)(u32); } [all...] |
/system/bt/stack/gatt/ |
gatt_utils.c | [all...] |