Searched refs:p_next (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp162 struct cam_list *p_next = m_head.list.next; local
165 p_next->prev = &node->list;
166 node->list.next = p_next;
/hardware/ril/reference-ril/
H A Datchannel.h56 struct ATLine *p_next; member in struct:ATLine
H A Datchannel.c139 p_new->p_next = sp_response->p_intermediates;
685 p_line = p_line->p_next;
707 pnext = pcur->p_next;
708 pcur->p_next = p_response->p_intermediates;
H A Dreference-ril.c428 p_cur = p_cur->p_next)
449 p_cur = p_cur->p_next) {
480 p_cur = p_cur->p_next) {
670 ; p_cur = p_cur->p_next
688 ; p_cur = p_cur->p_next
1435 ; p_cur = p_cur->p_next, i++
/hardware/ril/libril/
H A Dril.cpp134 struct RequestInfo *p_next; member in struct:android::RequestInfo
143 struct UserCallbackInfo *p_next; member in struct:android::UserCallbackInfo
341 pRI->p_next = s_pendingRequests;
389 pRI->p_next = s_pendingRequests;
2744 ; p_cur = p_cur->p_next
3259 ; ppCur = &((*ppCur)->p_next)
3264 *ppCur = (*ppCur)->p_next;

Completed in 126 milliseconds