Home
last modified time | relevance | path

Searched refs:STREAM_TO_ARRAY16 (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dnfc_types.h74 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h265 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk… macro
/external/libnfc-nci/src/include/
Dbt_types.h242 #define STREAM_TO_ARRAY16(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 15; for (ijk… macro
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c1909 STREAM_TO_ARRAY16 (key, p); in btu_hcif_link_key_notification_evt()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c3875 STREAM_TO_ARRAY16(evt_data.c, p); in btm_read_local_oob_complete()
3876 STREAM_TO_ARRAY16(evt_data.r, p); in btm_read_local_oob_complete()
Dbtm_inq.c3226 STREAM_TO_ARRAY16(p_uuid_list + yy * LEN_UUID_128, p_uuid_data); in BTM_GetEirUuidList()