Home
last modified time | relevance | path

Searched refs:p_next (Results 1 – 8 of 8) sorted by relevance

/hardware/ril/libril/
DrilSocketQueue.h110 if(NULL != this->front->p_next) { in dequeue()
111 this->front = this->front->p_next; in dequeue()
127 request->p_next = NULL; in enqueue()
129 request->p_next = this->front; in enqueue()
143 for(T **ppCur = &(this->front); *ppCur != NULL; ppCur = &((*ppCur)->p_next)) { in checkAndDequeue()
147 *ppCur = (*ppCur)->p_next; in checkAndDequeue()
DRilSapSocket.h66 struct SapSocketRequest* p_next; member
DRilSapSocket.cpp278 currRequest->p_next = NULL; in dispatchRequest()
487 currRequest->p_next = NULL; in dispatchDisconnect()
Dril.cpp149 struct RequestInfo *p_next; member
160 struct UserCallbackInfo *p_next; member
479 pRI->p_next = *pendingRequestsHook; in issueLocalRequest()
568 pRI->p_next = *pendingRequestsHook; in processCommandBuffer()
4016 ; p_cur = p_cur->p_next in onCommandsSocketClosed()
4793 ; ppCur = &((*ppCur)->p_next) in checkAndDequeueRequestInfoIfAck()
4804 *ppCur = (*ppCur)->p_next; in checkAndDequeueRequestInfoIfAck()
/hardware/qcom/camera/QCamera2/util/
DQCameraQueue.cpp196 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() local
199 p_next->prev = &node->list; in enqueueWithPriority()
200 node->list.next = p_next; in enqueueWithPriority()
/hardware/ril/reference-ril/
Datchannel.h56 struct ATLine *p_next; member
Datchannel.c127 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
631 p_line = p_line->p_next; in at_response_free()
653 pnext = pcur->p_next; in reverseIntermediates()
654 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
Dreference-ril.c452 p_cur = p_cur->p_next) in requestOrSendDataCallList()
475 p_cur = p_cur->p_next) { in requestOrSendDataCallList()
506 p_cur = p_cur->p_next) { in requestOrSendDataCallList()
697 ; p_cur = p_cur->p_next
715 ; p_cur = p_cur->p_next
1462 ; p_cur = p_cur->p_next, i++