Home
last modified time | relevance | path

Searched defs:p_dest (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c81 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src) in btif_to_bta_uuid()
110 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src) in btif_to_bta_gatt_id()
116 void btif_to_bta_srvc_id(tBTA_GATT_SRVC_ID *p_dest, btgatt_srvc_id_t *p_src) in btif_to_bta_srvc_id()
123 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src) in btif_to_bta_response()
162 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src) in bta_to_btif_uuid()
201 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src) in bta_to_btif_gatt_id()
207 void bta_to_btif_srvc_id(btgatt_srvc_id_t *p_dest, tBTA_GATT_SRVC_ID *p_src) in bta_to_btif_srvc_id()
238 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()
Dbtif_mce.c73 static void mas_discovery_comp_copy_cb(UINT16 event, char *p_dest, char *p_src) in mas_discovery_comp_copy_cb()
Dbtif_gatt_server.c121 static void btapp_gatts_copy_req_data(UINT16 event, char *p_dest, char *p_src) in btapp_gatts_copy_req_data()
Dbtif_dm.c718 static void search_devices_copy_cb(UINT16 event, char *p_dest, char *p_src) in search_devices_copy_cb()
753 static void search_services_copy_cb(UINT16 event, char *p_dest, char *p_src) in search_services_copy_cb()
Dbtif_gatt_client.c254 static void btapp_gattc_req_data(UINT16 event, char *p_dest, char *p_src) in btapp_gattc_req_data()
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c60 static void shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in shiftup()
1518 tNDEF_STATUS NDEF_MsgCopyAndDechunk (UINT8 *p_src, UINT32 src_len, UINT8 *p_dest, UINT32 *p_out_len) in NDEF_MsgCopyAndDechunk()
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_ts_frames.c506 UINT8 *p_src, *p_dest; in rfc_send_test() local
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dtcd.c1109 OPJ_BYTE *p_dest, in opj_tcd_encode_tile()
1277 OPJ_BYTE * p_dest, in opj_tcd_update_tile_data()
Dt2.c203 OPJ_BYTE *p_dest, in opj_t2_encode_packets()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1306 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1283 void GKI_shiftup (UINT8 *p_dest, UINT8 *p_src, UINT32 len) in GKI_shiftup()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c750 UINT8 *p_dest = params.param_buf; in btm_ble_rand_enc_complete() local