Home
last modified time | relevance | path

Searched defs:list_element (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/
H A Dlinked_list.c38 typedef struct list_element { struct
39 struct list_element* next; argument
40 struct list_element* prev; argument
43 }list_element; argument
/aosp12/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; typedef
/aosp12/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c38 typedef struct list_element { struct
39 struct list_element* next; argument
40 struct list_element* prev; argument
43 }list_element; argument
/aosp12/hardware/qcom/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/msm8084/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/msm8909/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; typedef
/aosp12/hardware/qcom/sdm845/gps/msm8960/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/msm8994/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/
H A Dlinked_list.c38 typedef struct list_element { struct
39 struct list_element* next; argument
40 struct list_element* prev; argument
43 }list_element; typedef
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; typedef
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/sdm845/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; typedef
/aosp12/hardware/qcom/sdm845/gps/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/hardware/qcom/sdm845/gps/msm8996/utils/
H A Dlinked_list.c39 typedef struct list_element { struct
40 struct list_element* next; argument
41 struct list_element* prev; argument
44 }list_element; argument
/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c60 typedef struct list_element list_element; typedef
85 struct list_element { struct
86 list_element *next; argument