Searched refs:linked_list_empty (Results 1 - 25 of 27) sorted by relevance

12

/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c256 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c207 FUNCTION: linked_list_empty
210 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/utils/
H A Dlinked_list.h143 FUNCTION linked_list_empty
162 int linked_list_empty(void* list_data);
H A Dmsg_q.c257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
H A Dlinked_list.c208 FUNCTION: linked_list_empty
211 int linked_list_empty(void* list_data) function
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h233 //if list is empty, linked_list_empty returns 1
238 { return !linked_list_empty(mSubscribers); }
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h233 //if list is empty, linked_list_empty returns 1
238 { return !linked_list_empty(mSubscribers); }
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h233 //if list is empty, linked_list_empty returns 1
238 { return !linked_list_empty(mSubscribers); }
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h233 //if list is empty, linked_list_empty returns 1
238 { return !linked_list_empty(mSubscribers); }

Completed in 96 milliseconds

12