Searched defs:p_temp (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c804 TIMER_LIST_ENT *p_temp; local
839 p_temp = p_timer_listq->p_first;
840 while (p_tle->ticks > p_temp->ticks)
843 if (p_temp->ticks > 0)
844 p_tle->ticks -= p_temp->ticks;
846 p_temp = p_temp->p_next;
850 if (p_temp == p_timer_listq->p_first)
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c804 TIMER_LIST_ENT *p_temp; local
839 p_temp = p_timer_listq->p_first;
840 while (p_tle->ticks > p_temp->ticks)
843 if (p_temp->ticks > 0)
844 p_tle->ticks -= p_temp->ticks;
846 p_temp = p_temp->p_next;
850 if (p_temp == p_timer_listq->p_first)
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c1140 UINT8 *p_temp; local
1166 p_temp = temp_u16;
1167 UINT16_TO_BE_STREAM(p_temp, di_specid);
1217 p_temp = temp_u16;
1218 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor);
1227 p_temp = temp_u16;
1228 UINT16_TO_BE_STREAM (p_temp, p_device_info->product);
1237 p_temp = temp_u16;
1238 UINT16_TO_BE_STREAM (p_temp, p_device_info->version);
1256 p_temp
1293 UINT8 *p_temp; local
[all...]
H A Dsdp_discovery.c386 UINT8 * p_temp; local
405 p_temp = p = &p_ccb->rsp_list[0];
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c2357 UINT8 *p_temp = ((UINT8 *) (p_buf + 1)) + p_buf->offset; local
2358 p_temp += L2CAP_PKT_OVERHEAD;
2359 if ((UINT16)((*p_temp) & 0x01) != (ctrl_word & 0x0001))
2361 (*p_temp) |= (UINT8)(ctrl_word & 0x0001);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c215 UINT8 *p_temp; local
278 p_temp = p_block_data;
291 checksum+=p_temp[j];
402 UINT8 *p_dst, *p_temp, *p_status; local
461 p_temp = p_dst;
488 checksum+=p_temp[i];
/external/opencv/cv/src/
H A Dcvcontours.cpp1435 CvLinkedRunPoint* p_temp; local
1451 p_temp = p00;
1453 p_temp->link = 0;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4035 char *p_temp; local
4039 if ((p_temp = BTM_SecReadDevName(bta_dm_search_cb.peer_bdaddr)) != NULL)
4040 p_name = p_temp;

Completed in 7153 milliseconds