Searched refs:p_dst (Results 1 - 12 of 12) sorted by relevance

/system/bt/bta/include/
H A Dbta_av_sbc.h61 ** p_dst: the data buffer to hold the converted audio data
63 ** dst_samples: The size of p_dst (number of bytes)
73 ** Returns The number of bytes used in p_dst
77 extern int bta_av_sbc_up_sample (void *p_src, void *p_dst,
90 ** p_dst: the data buffer to hold the converted audio data
92 ** dst_samples: The size of p_dst (in uint of 4 bytes)
94 ** Returns The number of bytes used in p_dst
98 extern int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst,
111 ** p_dst: the data buffer to hold the converted audio data
113 ** dst_samples: The size of p_dst (i
[all...]
H A Dbta_api.h1678 ** p_dst: pointer to the buffer which is to be used to store
1685 extern INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst);
/system/bt/stack/a2dp/
H A Da2d_sbc.c175 ** p_dst: the resulting media payload header byte sequence.
179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
181 if(p_dst)
183 *p_dst = 0;
185 *p_dst |= A2D_SBC_HDR_F_MSK;
187 *p_dst |= A2D_SBC_HDR_S_MSK;
189 *p_dst |= A2D_SBC_HDR_L_MSK;
190 *p_dst |= (A2D_SBC_HDR_NUM_MSK & num);
/system/bt/bta/av/
H A Dbta_av_sbc.c31 typedef int (tBTA_AV_SBC_ACT)(void *p_src, void *p_dst,
111 ** p_dst: the data buffer to hold the converted audio data
113 ** dst_samples: The size of p_dst (number of bytes)
123 ** Returns The number of bytes used in p_dst
127 int bta_av_sbc_up_sample (void *p_src, void *p_dst, argument
138 return (*bta_av_sbc_ups_cb.p_act)(p_src, p_dst, src, dst, p_ret);
156 ** p_dst: the data buffer to hold the converted audio data
158 ** dst_samples: The size of p_dst (in uint of 4 bytes)
160 ** Returns The number of bytes used in p_dst
164 int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst, argument
227 bta_av_sbc_up_sample_16m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
292 bta_av_sbc_up_sample_8s(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
361 bta_av_sbc_up_sample_8m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
[all...]
/system/bt/stack/include/
H A Da2d_sbc.h176 ** p_dst: the resulting media payload header byte sequence.
180 extern void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start,
H A Dbtm_api.h1245 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++) \
1246 ((UINT32 *)(p_dst))[trst] = ((UINT32 *)(p_src))[trst];}
1249 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++) \
1250 ((UINT32 *)(p_dst))[trst] = 0;}
/system/bt/bta/dm/
H A Dbta_dm_sco.c664 ** p_dst: pointer to the buffer which is to be used to store
671 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst) argument
680 out_sample = (*bta_dm_pcm_cb.filter) (p_src, p_dst, (in_bytes / bta_dm_pcm_cb.divisor),
685 out_sample = (*bta_dm_pcm_cb.nofilter) (p_src, p_dst,
/system/bt/stack/gatt/
H A Dgatt_db.c44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
1058 ** p_dst: destination data pointer.
1065 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len) argument
1067 UINT8 *p = (UINT8 *)*p_dst;
1082 *p_dst = (void *)p;
H A Dgatt_utils.c1094 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) argument
1096 UINT8 *p = *p_dst;
1116 *p_dst = p;
H A Dgatt_int.h563 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
/system/bt/stack/btm/
H A Dbtm_ble_int.h377 extern UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst,
H A Dbtm_ble_gap.c72 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst,
1356 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, argument
1360 UINT8 *p = *p_dst,
1617 *p_dst = p;

Completed in 331 milliseconds