Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_api.c1115 UINT8 *p_temp; in SDP_SetLocalDiRecord() local
1141 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1142 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord()
1192 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1193 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord()
1202 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1203 UINT16_TO_BE_STREAM (p_temp, p_device_info->product); in SDP_SetLocalDiRecord()
1212 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1213 UINT16_TO_BE_STREAM (p_temp, p_device_info->version); in SDP_SetLocalDiRecord()
1231 p_temp = temp_u16; in SDP_SetLocalDiRecord()
[all …]
Dsdp_discovery.c386 UINT8 * p_temp; in sdp_copy_raw_data() local
405 p_temp = p = &p_ccb->rsp_list[0]; in sdp_copy_raw_data()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c798 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local
833 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
834 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()
837 if (p_temp->ticks > 0) in GKI_add_to_timer_list()
838 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
840 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
844 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()
852 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
853 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
854 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
[all …]
/external/bluetooth/bluedroid/gki/common/
Dgki_time.c815 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local
845 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
846 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()
849 if (p_temp->ticks > 0) in GKI_add_to_timer_list()
850 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
852 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
856 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()
864 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
865 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
866 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
[all …]
/external/libnfc-nci/src/gki/common/
Dgki_time.c798 TIMER_LIST_ENT *p_temp; in GKI_add_to_timer_list() local
833 p_temp = p_timer_listq->p_first; in GKI_add_to_timer_list()
834 while (p_tle->ticks > p_temp->ticks) in GKI_add_to_timer_list()
837 if (p_temp->ticks > 0) in GKI_add_to_timer_list()
838 p_tle->ticks -= p_temp->ticks; in GKI_add_to_timer_list()
840 p_temp = p_temp->p_next; in GKI_add_to_timer_list()
844 if (p_temp == p_timer_listq->p_first) in GKI_add_to_timer_list()
852 p_temp->p_prev->p_next = p_tle; in GKI_add_to_timer_list()
853 p_tle->p_prev = p_temp->p_prev; in GKI_add_to_timer_list()
854 p_temp->p_prev = p_tle; in GKI_add_to_timer_list()
[all …]
/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c214 UINT8 *p_temp; in ce_t3t_handle_update_cmd() local
277 p_temp = p_block_data; in ce_t3t_handle_update_cmd()
290 checksum+=p_temp[j]; in ce_t3t_handle_update_cmd()
401 UINT8 *p_dst, *p_temp, *p_status; in ce_t3t_handle_check_cmd() local
460 p_temp = p_dst; in ce_t3t_handle_check_cmd()
487 checksum+=p_temp[i]; in ce_t3t_handle_check_cmd()
/external/opencv/cv/src/
Dcvcontours.cpp1435 CvLinkedRunPoint* p_temp; in icvFindContoursInInterval() local
1451 p_temp = p00; in icvFindContoursInInterval()
1453 p_temp->link = 0; in icvFindContoursInInterval()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c2353 UINT8 *p_temp = ((UINT8 *) (p_buf + 1)) + p_buf->offset; in l2c_corrupt_the_fcr_packet() local
2354 p_temp += L2CAP_PKT_OVERHEAD; in l2c_corrupt_the_fcr_packet()
2355 if ((UINT16)((*p_temp) & 0x01) != (ctrl_word & 0x0001)) in l2c_corrupt_the_fcr_packet()
2357 (*p_temp) |= (UINT8)(ctrl_word & 0x0001); in l2c_corrupt_the_fcr_packet()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c3672 char *p_temp; in bta_dm_get_remname() local
3676 if ((p_temp = BTM_SecReadDevName(bta_dm_search_cb.peer_bdaddr)) != NULL) in bta_dm_get_remname()
3677 p_name = p_temp; in bta_dm_get_remname()