HomeSort by relevance Sort by last modified time
    Searched defs:p_cur (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 976 tGATT_ATTR16 *p_cur, *p_next; local
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 178 tBTA_HH_DEV_CB* p_cur; /* current device control member in struct:__anon2550
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 1515 tBTM_INQ_RESULTS *p_cur = &p_i->inq_info.results; local
    [all...]
btm_inq.c 968 tBTM_INQ_INFO *p_cur = NULL; local
1976 tBTM_INQ_RESULTS *p_cur=NULL; local
2299 tBTM_INQ_INFO *p_cur; local
2534 tBTM_INQ_INFO *p_cur; local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 197 _CvPyramid *p_cur; local
282 p_cur = (_CvPyramid *) p_base;
298 pyram[l] = p_cur;
306 for( j = 0; j <= size.width; j++, p_cur++ )
308 p_cur->c = pyramida[i * roi.width + j];
309 p_cur->p = &stub;
310 p_cur->a = 0;
311 p_cur->rect.x2 = 0;
335 p_cur = pyram[l] + (size.width + 1) * size.height;
337 p_cur[j].c = 0
611 _CvPyramidC3 *p_cur; local
1032 _CvPyramid *p_cur = (_CvPyramid *) layer_data; local
1215 _CvPyramidC3 *p_cur = (_CvPyramidC3 *) layer_data; local
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 991 char *p_cur; local
1003 p_cur = p_response->finalResponse;
1004 err = at_tok_start(&p_cur);
1010 err = at_tok_nextint(&p_cur, &ret);
reference-ril.c 404 ATLine *p_cur; local
419 for (p_cur = p_response->p_intermediates; p_cur != NULL;
420 p_cur = p_cur->p_next)
440 for (p_cur = p_response->p_intermediates; p_cur != NULL;
441 p_cur = p_cur->p_next) {
442 char *line = p_cur->line
637 ATLine *p_cur; local
1406 ATLine *p_cur; local
    [all...]
  /system/core/liblog/
logprint.c 311 char *p_cur = filterStringCopy; local
316 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 873 UINT8 *p_cur = p; local
877 STREAM_TO_UINT8 (status, p_cur);
883 STREAM_TO_UINT16 (handle, p_cur);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 272 uint32 *p_cur; local
279 p_cur = (uint32*)out; /* assume it's word aligned */
350 *p_cur++ = r4;
354 p_cur += curr_offset; /* move to the next line */
361 p_cur -= (outpitch >> 2);
423 *p_cur++ = pkres; /* write 4 pixels */
426 p_cur += curr_offset; /* move to the next line */
484 *p_cur++ = r4;
488 p_cur += curr_offset; /* move to the next line */
495 p_cur -= (outpitch >> 2)
562 uint32 *p_cur; local
721 int *p_cur; local
784 uint8 *p_cur, *p_ref, *tmp; local
1086 int *p_cur; local
1151 uint8 *p_cur; local
1312 uint8 *p_cur, *p_ref, *p_tmp8, *tmp; local
    [all...]
  /hardware/ril/libril/
ril.cpp 1437 char **p_cur = (char **) response; local
1496 RIL_Call *p_cur = ((RIL_Call **) response)[i]; local
1558 RIL_SMS_Response *p_cur = (RIL_SMS_Response *) response; local
1588 RIL_Data_Call_Response_v4 *p_cur = (RIL_Data_Call_Response_v4 *) response; local
1631 RIL_Data_Call_Response_v6 *p_cur = (RIL_Data_Call_Response_v6 *) response; local
1701 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response; local
1735 RIL_CallForwardInfo *p_cur = ((RIL_CallForwardInfo **) response)[i]; local
1767 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response; local
1804 RIL_NeighboringCell *p_cur = ((RIL_NeighboringCell **) response)[i]; local
1847 RIL_CDMA_InformationRecords *p_cur = local
1994 RIL_SignalStrength_v6 *p_cur = ((RIL_SignalStrength_v6 *) response); local
2095 RIL_CDMA_SignalInfoRecord *p_cur = ((RIL_CDMA_SignalInfoRecord *) response); local
2121 RIL_CDMA_CallWaiting_v6 *p_cur = ((RIL_CDMA_CallWaiting_v6 *) response); local
2163 RIL_SimRefreshResponse_v7 *p_cur = ((RIL_SimRefreshResponse_v7 *) response); local
2174 int *p_cur = ((int *) response); local
2205 RIL_CellInfo *p_cur = (RIL_CellInfo *) response; local
2373 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); local
2383 RIL_CardStatus_v5 *p_cur = ((RIL_CardStatus_v5 *) response); local
2405 RIL_GSM_BroadcastSmsConfigInfo **p_cur = local
2426 RIL_CDMA_BroadcastSmsConfigInfo **p_cur = local
2468 RIL_CDMA_SMS_Message *p_cur = (RIL_CDMA_SMS_Message *) response; local
2525 RequestInfo *p_cur; local
    [all...]

Completed in 609 milliseconds

1 2 34