/external/opencv/cv/src/ |
D | cvpyrsegmentation.cpp | 197 _CvPyramid *p_cur; in icvPyrSegmentation8uC1R() local 282 p_cur = (_CvPyramid *) p_base; in icvPyrSegmentation8uC1R() 298 pyram[l] = p_cur; in icvPyrSegmentation8uC1R() 306 for( j = 0; j <= size.width; j++, p_cur++ ) in icvPyrSegmentation8uC1R() 308 p_cur->c = pyramida[i * roi.width + j]; in icvPyrSegmentation8uC1R() 309 p_cur->p = &stub; in icvPyrSegmentation8uC1R() 310 p_cur->a = 0; in icvPyrSegmentation8uC1R() 311 p_cur->rect.x2 = 0; in icvPyrSegmentation8uC1R() 335 p_cur = pyram[l] + (size.width + 1) * size.height; in icvPyrSegmentation8uC1R() 337 p_cur[j].c = 0; in icvPyrSegmentation8uC1R() [all …]
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 1085 tBTM_INQ_INFO *p_cur = NULL; in BTM_ReadRemoteDeviceName() local 1095 p_cur = &p_i->inq_info; in BTM_ReadRemoteDeviceName() 1098 p_cur->remote_name_state = BTM_INQ_RMT_NAME_EMPTY; in BTM_ReadRemoteDeviceName() 1106 return btm_ble_read_remote_name(remote_bda, p_cur, p_cb); in BTM_ReadRemoteDeviceName() 1111 return (btm_initiate_rem_name (remote_bda, p_cur, BTM_RMT_NAME_EXT, in BTM_ReadRemoteDeviceName() 1199 tBTM_INQ_INFO *BTM_InqNextResult (tBTM_INQ_INFO *p_cur) in BTM_InqNextResult() argument 1205 if (p_cur) in BTM_InqNextResult() 1207 p_ent = (tINQ_DB_ENT *) ((UINT8 *)p_cur - offsetof (tINQ_DB_ENT, inq_info)); in BTM_InqNextResult() 1293 tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur) in BTM_InqDbNext() argument 1298 if (p_cur) in BTM_InqDbNext() [all …]
|
D | btm_ble_gap.c | 1784 tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb) in btm_ble_read_remote_name() argument 1791 if (p_cur && in btm_ble_read_remote_name() 1792 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_ADV && in btm_ble_read_remote_name() 1793 p_cur->results.ble_evt_type != BTM_BLE_EVT_CONN_DIR_ADV) in btm_ble_read_remote_name() 1904 UINT8 *p_cur = p_data; 1912 if ((ad_len = *p_cur ++) == 0) 1915 ad_type = *p_cur ++; 1929 memcpy(p_info->remote_name, p_cur, ad_len -1); 1935 p_cur += (ad_len -1); 1941 ad_flag = *p_cur ++; [all …]
|
D | btm_ble_bgconn.c | 307 tBTM_LE_BG_CONN_DEV *p_bg_dev = &p_cb->bg_dev_list[0], *p_next, *p_cur; in btm_update_bg_conn_list() local 327 p_cur = p_bg_dev; in btm_update_bg_conn_list() 330 j ++, p_cur ++, p_next ++) in btm_update_bg_conn_list() 332 memcpy(p_cur, p_next, sizeof(tBTM_LE_BG_CONN_DEV)); in btm_update_bg_conn_list()
|
D | btm_ble_int.h | 314 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB …
|
D | btm_int.h | 963 tBTM_INQ_INFO *p_cur,
|
D | btm_sec.c | 53 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur); 5572 static tBTM_SEC_SERV_REC *btm_sec_find_next_serv (tBTM_SEC_SERV_REC *p_cur) in btm_sec_find_next_serv() argument 5580 && (p_serv_rec->psm == p_cur->psm) ) in btm_sec_find_next_serv() 5582 if (p_cur != p_serv_rec) in btm_sec_find_next_serv()
|
/external/bluetooth/bluedroid/stack/a2dp/ |
D | a2d_sbc.c | 149 tA2D_SBC_FR_CB *p_cur, *p_last; in A2D_SbcDescramble() local 156 p_cur = &a2d_sbc_ds_cb.fr[A2D_SBC_CIDX]; in A2D_SbcDescramble() 157 p_last->idx = p_cur->idx; in A2D_SbcDescramble() 158 p_last->use = p_cur->use; in A2D_SbcDescramble() 160 p_cur->use = p_pkt[A2D_SBC_CRC_IDX] & A2D_SBC_USE_MASK; in A2D_SbcDescramble() 161 p_cur->idx = A2D_SBC_GET_IDX(p_pkt[A2D_SBC_CRC_IDX]); in A2D_SbcDescramble() 162 a2d_sbc_ds_cb.index = (p_cur->use)?A2D_SBC_CIDX:A2D_SBC_LIDX; in A2D_SbcDescramble()
|
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/ |
D | sbc_encoder.c | 102 #define SBC_PRTC_C2L() {p_last=&sbc_prtc_cb.fr[SBC_PRTC_LIDX]; p_cur=&sbc_prtc_cb.fr[SBC_PRTC_CIDX]… 103 p_last->idx = p_cur->idx; p_last->use = p_cur->use;} 104 #define SBC_PRTC_GETC(ar) {p_cur->use = ar[SBC_PRTC_CRC_IDX] & SBC_PRTC_USE_MASK; \ 105 p_cur->idx = SBC_PRTC_IDX(ar[SBC_PRTC_CRC_IDX]);} 106 #define SBC_PRTC_CHK_CRC(ar) {SBC_PRTC_C2L();SBC_PRTC_GETC(ar);sbc_prtc_cb.index = (p_cur->use)?SBC… 133 tSBC_FR_CB *p_cur, *p_last; in SBC_Encoder() local
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_db.c | 1032 tGATT_ATTR16 *p_cur, *p_next; in deallocate_attr_in_db() local 1038 p_cur = (tGATT_ATTR16 *) p_db->p_attr_list; in deallocate_attr_in_db() 1039 p_next = (tGATT_ATTR16 *) p_cur->p_next; in deallocate_attr_in_db() 1041 for (; p_cur != NULL && p_next != NULL; in deallocate_attr_in_db() 1042 p_cur = p_next, p_next = (tGATT_ATTR16 *)p_next->p_next) in deallocate_attr_in_db() 1046 p_cur->p_next = p_next->p_next; in deallocate_attr_in_db() 1050 if (p_cur == p_attr && p_cur == p_db->p_attr_list) in deallocate_attr_in_db() 1052 p_db->p_attr_list = p_cur->p_next; in deallocate_attr_in_db()
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_act.c | 191 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur; in bta_hh_sdp_cback() 271 tBTA_HH_DEV_CB *p_cb = bta_hh_cb.p_cur; in bta_hh_di_sdp_cback() 346 bta_hh_cb.p_cur = p_cb; in bta_hh_start_sdp() 395 bta_hh_cb.p_cur = p_cb; in bta_hh_start_sdp()
|
D | bta_hh_int.h | 307 tBTA_HH_DEV_CB* p_cur; /* current device control member
|
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_hcif.c | 879 UINT8 *p_cur = p; in btu_hcif_read_rmt_ext_features_comp_evt() local 883 STREAM_TO_UINT8 (status, p_cur); in btu_hcif_read_rmt_ext_features_comp_evt() 889 STREAM_TO_UINT16 (handle, p_cur); in btu_hcif_read_rmt_ext_features_comp_evt()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 2740 BTM_API extern tBTM_INQ_INFO *BTM_InqNextResult (tBTM_INQ_INFO *p_cur); 2783 BTM_API extern tBTM_INQ_INFO *BTM_InqDbNext (tBTM_INQ_INFO *p_cur);
|