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

/hardware/ril/libril/
H A DrilSocketQueue.h110 if(NULL != this->front->p_next) {
111 this->front = this->front->p_next;
127 request->p_next = NULL;
129 request->p_next = this->front;
143 for(T **ppCur = &(this->front); *ppCur != NULL; ppCur = &((*ppCur)->p_next)) {
147 *ppCur = (*ppCur)->p_next;
H A DRilSapSocket.h66 struct SapSocketRequest* p_next; member in struct:RilSapSocket::SapSocketRequest
H A DRilSapSocket.cpp279 currRequest->p_next = NULL;
499 currRequest->p_next = NULL;
H A Dril.cpp149 struct RequestInfo *p_next; member in struct:android::RequestInfo
160 struct UserCallbackInfo *p_next; member in struct:android::UserCallbackInfo
482 pRI->p_next = *pendingRequestsHook;
571 pRI->p_next = *pendingRequestsHook;
4190 ; p_cur = p_cur->p_next
4973 ; ppCur = &((*ppCur)->p_next)
4984 *ppCur = (*ppCur)->p_next;
/hardware/ril/reference-ril/
H A Datchannel.h56 struct ATLine *p_next; member in struct:ATLine
H A Datchannel.c127 p_new->p_next = sp_response->p_intermediates;
631 p_line = p_line->p_next;
653 pnext = pcur->p_next;
654 pcur->p_next = p_response->p_intermediates;
H A Dreference-ril.c452 p_cur = p_cur->p_next)
475 p_cur = p_cur->p_next) {
506 p_cur = p_cur->p_next) {
697 ; p_cur = p_cur->p_next
715 ; p_cur = p_cur->p_next
1462 ; p_cur = p_cur->p_next, i++
/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.cpp196 struct cam_list *p_next = m_head.list.next; local
199 p_next->prev = &node->list;
200 node->list.next = p_next;
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.cpp196 struct cam_list *p_next = m_head.list.next; local
199 p_next->prev = &node->list;
200 node->list.next = p_next;

Completed in 317 milliseconds