Searched refs:BCM_STRCPY_S (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h67 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) macro
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) macro
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) macro
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c344 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[code].p_res);
373 BCM_STRCPY_S(p, sizeof(buf), p_arg);
424 BCM_STRCPY_S(p, sizeof(buf), bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res);
434 BCM_STRCPY_S(p, sizeof(buf), m_res_cb->res_cb[res_idx].p_arg);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c2370 BCM_STRCPY_S(buf, L2C_DISP_FRAME_SIZE, "Rx S-Frame");
2372 BCM_STRCPY_S(buf, L2C_DISP_FRAME_SIZE, "Rx I-Frame");
2377 BCM_STRCPY_S(buf, L2C_DISP_FRAME_SIZE, "Tx S-Frame");
2379 BCM_STRCPY_S(buf, L2C_DISP_FRAME_SIZE, "Tx I-Frame");

Completed in 141 milliseconds