HomeSort by relevance Sort by last modified time
    Searched refs:deferred_action_cond (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.h 111 pthread_cond_t deferred_action_cond; member in struct:__anon17894
loc_eng.cpp 216 pthread_cond_init (&(loc_eng_data.deferred_action_cond) , NULL);
275 pthread_cond_signal(&loc_eng_data.deferred_action_cond);
287 pthread_cond_destroy (&loc_eng_data.deferred_action_cond);
572 pthread_cond_signal(&(loc_eng_data.deferred_action_cond));
721 pthread_cond_signal(&loc_eng_data.deferred_action_cond);
    [all...]

Completed in 59 milliseconds