Home
last modified time | relevance | path

Searched refs:p_msg_q (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/sdm845/gps/msm8998/utils/
Dmsg_q.c165 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
167 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
168 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
171 p_msg_q->unblocked = 0; in msg_q_destroy()
198 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
200 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
203 if( p_msg_q->unblocked ) in msg_q_snd()
206 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
210 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/msm8909/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/msm8996/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/msm8960/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/msm8084/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/msm8994/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8084/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8996/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8909/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8960/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/sdm845/gps/sdm845/utils/
Dmsg_q.c165 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
167 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
168 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
171 p_msg_q->unblocked = 0; in msg_q_destroy()
198 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
200 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
203 if( p_msg_q->unblocked ) in msg_q_snd()
206 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
210 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8994/utils/
Dmsg_q.c166 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
168 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
169 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
170 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
172 p_msg_q->unblocked = 0; in msg_q_destroy()
199 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
201 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
204 if( p_msg_q->unblocked ) in msg_q_snd()
207 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
211 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8909w_3100/utils/
Dmsg_q.c165 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
167 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
168 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
171 p_msg_q->unblocked = 0; in msg_q_destroy()
198 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
200 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
203 if( p_msg_q->unblocked ) in msg_q_snd()
206 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
210 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]
/hardware/qcom/gps/msm8998/utils/
Dmsg_q.c165 msg_q* p_msg_q = (msg_q*)*msg_q_data; in msg_q_destroy() local
167 linked_list_destroy(&p_msg_q->msg_list); in msg_q_destroy()
168 pthread_mutex_destroy(&p_msg_q->list_mutex); in msg_q_destroy()
169 pthread_cond_destroy(&p_msg_q->list_cond); in msg_q_destroy()
171 p_msg_q->unblocked = 0; in msg_q_destroy()
198 msg_q* p_msg_q = (msg_q*)msg_q_data; in msg_q_snd() local
200 pthread_mutex_lock(&p_msg_q->list_mutex); in msg_q_snd()
203 if( p_msg_q->unblocked ) in msg_q_snd()
206 pthread_mutex_unlock(&p_msg_q->list_mutex); in msg_q_snd()
210 rv = convert_linked_list_err_type(linked_list_add(p_msg_q->msg_list, msg_obj, dealloc)); in msg_q_snd()
[all …]