Searched defs:p_next (Results 1 - 3 of 3) 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
/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 90 milliseconds