Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 56) sorted by relevance

123

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraQueue.cpp226 struct cam_list *head = NULL; in peek() local
261 struct cam_list *head = NULL; in dequeue() local
301 struct cam_list *head = NULL; in dequeue() local
345 struct cam_list *head = NULL; in flush() local
387 struct cam_list *head = NULL; in flushNodes() local
432 struct cam_list *head = NULL; in flushNodes() local
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.h45 #define list_for_each(ref, head) \ argument
57 #define list_for_each_entry(ref, head, member) \ argument
62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
Dlist.cpp47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.h45 #define list_for_each(ref, head) \ argument
57 #define list_for_each_entry(ref, head, member) \ argument
62 #define list_for_each_entry_safe(pos, n, head, member) \ argument
68 #define list_for_each_safe(pos, n, head) \ argument
Dlist.cpp47 void add_to_list(struct list_head *latest, struct list_head *head) in add_to_list()
52 void list_add_tail(struct list_head *latest, struct list_head *head) in list_add_tail()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
95 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
140 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
169 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_queue.h42 cam_node_t head; /* dummy head */ member
78 struct cam_list *head = NULL; in cam_queue_deq() local
102 struct cam_list *head = NULL; in cam_queue_flush() local
Dcam_list.h55 struct cam_list *head) in cam_list_add_tail_node()
/hardware/st/secure_element/ese-spi-driver/utils-lib/
DDataMgmt.cc26 static TpduRecvBuff_List_t *head = NULL, *current = NULL; variable
149 static int DataMgmt_DeletList(TpduRecvBuff_List_t* head) { in DataMgmt_DeletList()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp25 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
139 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseDataMgr.cpp23 static phNxpEse_sCoreRecvBuff_List_t *head = NULL, *current = NULL; variable
148 static ESESTATUS phNxpEse_DeletList(phNxpEse_sCoreRecvBuff_List_t* head) { in phNxpEse_DeletList()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
139 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DReturnIn.h46 void set(Head&& head, Tail&&... tail) { in set()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_IfaceManager.h86 static iface_instances *head; variable
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_IfaceManager.h86 static iface_instances *head; variable
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_IfaceManager.h86 static iface_instances *head; variable
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
DIPACM_IfaceManager.cpp52 iface_instances *IPACM_IfaceManager::head = NULL; member in IPACM_IfaceManager
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_EvtDispatcher.cpp50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dqueue.c43 Node *head; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dqueue.c45 Node *head; member
/hardware/qcom/sm7150/gps/utils/
DSkipList.h148 auto head = mHeadVec[level]; in dump() local
/hardware/qcom/sm7250/gps/utils/
DSkipList.h148 auto head = mHeadVec[level]; in dump() local
/hardware/qcom/sm8150/gps/utils/
DSkipList.h148 auto head = mHeadVec[level]; in dump() local

123