Home
last modified time | relevance | path

Searched refs:p_next (Results 1 – 11 of 11) 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.h50 struct SapSocketRequest* p_next; member
Dril_internal.h75 struct RequestInfo *p_next; member
Dril.cpp97 struct UserCallbackInfo *p_next; member
239 pRI->p_next = *pendingRequestsHook; in addRequestToList()
533 ; ppCur = &((*ppCur)->p_next) in checkAndDequeueRequestInfoIfAck()
544 *ppCur = (*ppCur)->p_next; in checkAndDequeueRequestInfoIfAck()
DRilSapSocket.cpp211 currRequest->p_next = NULL; in dispatchRequest()
/hardware/qcom/camera/msm8998/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.c132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
636 p_line = p_line->p_next; in at_response_free()
658 pnext = pcur->p_next; in reverseIntermediates()
659 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
Dreference-ril.c601 p_cur = p_cur->p_next) in requestOrSendDataCallList()
624 p_cur = p_cur->p_next) { in requestOrSendDataCallList()
655 p_cur = p_cur->p_next) { in requestOrSendDataCallList()
856 ; p_cur = p_cur->p_next
874 ; p_cur = p_cur->p_next
1630 ; p_cur = p_cur->p_next, i++
/hardware/st/nfc/1.0/gki/common/
Dgki.h316 struct _tle* p_next; member
/hardware/st/nfc/st21nfc/gki/common/
Dgki.h316 struct _tle* p_next; member