Searched refs:UINT24_TO_BE_STREAM (Results 1 – 6 of 6) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t4t.cc | 332 UINT24_TO_BE_STREAM(p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_create_app() 340 UINT24_TO_BE_STREAM(p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_create_app() 382 UINT24_TO_BE_STREAM(p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_select_app() 384 UINT24_TO_BE_STREAM(p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_select_app() 436 UINT24_TO_BE_STREAM(p, 0x0F0000); /* Set file size */ in rw_t4t_create_ccfile() 538 UINT24_TO_BE_STREAM(p, 0x000000); /* Set the offset */ in rw_t4t_write_cc() 539 UINT24_TO_BE_STREAM(p, 0x0F0000); /* Set available length */ in rw_t4t_write_cc() 586 UINT24_TO_BE_STREAM(p, 0x000000); /* Set the offset */ in rw_t4t_write_ndef() 587 UINT24_TO_BE_STREAM(p, 0x020000); /* Set available length */ in rw_t4t_write_ndef()
|
/system/nfc/src/include/ |
D | nfc_types.h | 116 #define UINT24_TO_BE_STREAM(p, u24) \ macro
|
/system/bt/stack/include/ |
D | bt_types.h | 452 #define UINT24_TO_BE_STREAM(p, u24) \ macro
|
/system/bt/stack/avdt/ |
D | avdt_api.cc | 1154 UINT24_TO_BE_STREAM(p, p_data->rr.packet_lost); in AVDT_SendReport()
|
/system/bt/stack/avrc/ |
D | avrc_bld_tg.cc | 87 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]); in avrc_bld_get_capability_rsp()
|
/system/bt/btif/src/ |
D | btif_rc.cc | 5106 UINT24_TO_BE_STREAM(start, AVRC_CO_METADATA); in send_groupnavigation_cmd()
|