Home
last modified time | relevance | path

Searched refs:UINT24_TO_BE_STREAM (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/include/
Dnfc_types.h116 #define UINT24_TO_BE_STREAM(p, u24) \ macro
/system/nfc/src/nfc/tags/
Drw_t4t.cc487 UINT24_TO_BE_STREAM(p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_create_app()
495 UINT24_TO_BE_STREAM(p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_create_app()
537 UINT24_TO_BE_STREAM(p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_select_app()
539 UINT24_TO_BE_STREAM(p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_select_app()
591 UINT24_TO_BE_STREAM(p, 0x0F0000); /* Set file size */ in rw_t4t_create_ccfile()
693 UINT24_TO_BE_STREAM(p, 0x000000); /* Set the offset */ in rw_t4t_write_cc()
694 UINT24_TO_BE_STREAM(p, 0x0F0000); /* Set available length */ in rw_t4t_write_cc()
741 UINT24_TO_BE_STREAM(p, 0x000000); /* Set the offset */ in rw_t4t_write_ndef()
742 UINT24_TO_BE_STREAM(p, 0x020000); /* Set available length */ in rw_t4t_write_ndef()
/system/bt/stack/include/
Dbt_types.h344 #define UINT24_TO_BE_STREAM(p, u24) \ macro
/system/bt/stack/avrc/
Davrc_bld_tg.cc87 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]); in avrc_bld_get_capability_rsp()
/system/bt/btif/src/
Dbtif_rc.cc5246 UINT24_TO_BE_STREAM(start, AVRC_CO_METADATA); in send_groupnavigation_cmd()