| /hardware/google/av/codec2/include/ |
| D | _C2MacroUtils.h | 80 #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/ |
| D | QCameraQueue.cpp | 226 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/ |
| D | mm_jpeg_queue.c | 68 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/ |
| D | cam_queue.h | 42 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
|
| D | cam_list.h | 55 struct cam_list *head) in cam_list_add_tail_node()
|
| /hardware/nxp/secure_element/libese-spi/p73/lib/ |
| D | phNxpEseDataMgr.cpp | 25 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/ |
| D | mm_qcamera_queue.c | 111 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/ |
| D | ReturnIn.h | 46 void set(Head&& head, Tail&&... tail) { in set()
|
| /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
| D | IPACM_IfaceManager.h | 86 static iface_instances *head; variable
|
| /hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
| D | IPACM_IfaceManager.h | 86 static iface_instances *head; variable
|
| /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
| D | IPACM_EvtDispatcher.cpp | 50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
|
| D | IPACM_IfaceManager.cpp | 52 iface_instances *IPACM_IfaceManager::head = NULL; member in IPACM_IfaceManager
|
| /hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
| D | IPACM_EvtDispatcher.cpp | 50 cmd_evts *IPACM_EvtDispatcher::head = NULL; member in IPACM_EvtDispatcher
|
| D | IPACM_IfaceManager.cpp | 52 iface_instances *IPACM_IfaceManager::head = NULL; member in IPACM_IfaceManager
|
| /hardware/qcom/audio/legacy/libalsa-intf/ |
| D | alsa_ucm.c | 3711 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/ |
| D | queue.c | 45 Node *head; member
|
| /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
| D | queue.c | 43 Node *head; member
|
| /hardware/nxp/secure_element/libese-spi/p73/utils/ |
| D | ringbuffer.cpp | 28 uint8_t* head; member
|
| /hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
| D | Map.h | 44 node* head; variable
|
| /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
| D | Map.h | 44 node* head; variable
|
| /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
| D | Map.h | 44 node* head; variable
|
| /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
| D | Map.h | 45 node* head; variable
|
| /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
| D | Map.h | 46 node* head; variable
|
| /hardware/qcom/sdm845/gps/sdm845/utils/ |
| D | LocIpc.cpp | 210 std::string head = LOC_MSG_HEAD; in sendData() local
|
| /hardware/qcom/msm8998/json-c/ |
| D | linkhash.h | 128 struct lh_entry *head; member
|