HomeSort by relevance Sort by last modified time
    Searched refs:BCM_STRCPY_S (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
  /system/bt/bta/ag/
bta_ag_cmd.c 350 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[code].p_res);
379 BCM_STRCPY_S(p, sizeof(buf), p_arg);
430 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
440 BCM_STRCPY_S(p, sizeof(buf), m_res_cb->res_cb[res_idx].p_arg);
    [all...]
  /system/bt/stack/include/
bt_types.h 51 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
    [all...]

Completed in 114 milliseconds