Searched defs:list_element (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dlinked_list.c38 typedef struct list_element { struct
39 struct list_element* next;
40 struct list_element* prev;
43 }list_element; typedef in typeref:struct:list_element
46 list_element* p_head;
47 list_element* p_tail;
124 list_element* elem = (list_element*)malloc(sizeof(list_element));
138 list_element* tm
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c38 typedef struct list_element { struct
39 struct list_element* next;
40 struct list_element* prev;
43 }list_element; typedef in typeref:struct:list_element
46 list_element* p_head;
47 list_element* p_tail;
125 list_element* elem = (list_element*)malloc(sizeof(list_element));
139 list_element* tm
[all...]
/hardware/qcom/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next;
41 struct list_element* prev;
44 }list_element; typedef in typeref:struct:list_element
47 list_element* p_head;
48 list_element* p_tail;
126 list_element* elem = (list_element*)malloc(sizeof(list_element));
140 list_element* tm
[all...]

Completed in 89 milliseconds