Home
last modified time | relevance | path

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

12

/hardware/google/av/codec2/include/
D_C2MacroUtils.h80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument
81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument
82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument
83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument
84 #define _C2_MAP_60(fn, arg, head, ...) fn(head, arg), _C2_MAP_59(fn, arg, ##__VA_ARGS__) argument
85 #define _C2_MAP_59(fn, arg, head, ...) fn(head, arg), _C2_MAP_58(fn, arg, ##__VA_ARGS__) argument
86 #define _C2_MAP_58(fn, arg, head, ...) fn(head, arg), _C2_MAP_57(fn, arg, ##__VA_ARGS__) argument
87 #define _C2_MAP_57(fn, arg, head, ...) fn(head, arg), _C2_MAP_56(fn, arg, ##__VA_ARGS__) argument
88 #define _C2_MAP_56(fn, arg, head, ...) fn(head, arg), _C2_MAP_55(fn, arg, ##__VA_ARGS__) argument
89 #define _C2_MAP_55(fn, arg, head, ...) fn(head, arg), _C2_MAP_54(fn, arg, ##__VA_ARGS__) argument
[all …]
/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/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/nxp/secure_element/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/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/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_IfaceManager.h86 static iface_instances *head; variable
/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
DIPACM_IfaceManager.cpp52 iface_instances *IPACM_IfaceManager::head = NULL; member in IPACM_IfaceManager
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c3711 static int snd_ucm_add_ident_to_list(struct snd_ucm_ident_node **head, in snd_ucm_add_ident_to_list()
3745 static int snd_ucm_get_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_status_at_index()
3766 struct snd_ucm_ident_node *snd_ucm_get_device_node(struct snd_ucm_ident_node *head, in snd_ucm_get_device_node()
3792 static void snd_ucm_set_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_set_status_at_index()
3814 static char *snd_ucm_get_value_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_value_at_index()
3839 static int snd_ucm_get_size_of_list(struct snd_ucm_ident_node *head) in snd_ucm_get_size_of_list()
3856 static void snd_ucm_print_list(struct snd_ucm_ident_node *head) in snd_ucm_print_list()
3880 static int snd_ucm_del_ident_from_list(struct snd_ucm_ident_node **head, in snd_ucm_del_ident_from_list()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dqueue.c45 Node *head; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dqueue.c43 Node *head; member
/hardware/nxp/secure_element/libese-spi/p73/utils/
Dringbuffer.cpp28 uint8_t* head; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
DMap.h44 node* head; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
DMap.h44 node* head; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
DMap.h44 node* head; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
DMap.h45 node* head; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
DMap.h46 node* head; variable
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.cpp210 std::string head = LOC_MSG_HEAD; in sendData() local
/hardware/qcom/msm8998/json-c/
Dlinkhash.h128 struct lh_entry *head; member

12