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

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.h 107 pthread_t deferred_action_thread; member in struct:__anon16304
loc_eng.cpp 184 if (loc_eng_data.deferred_action_thread) {
240 loc_eng_data.deferred_action_thread = callbacks->create_thread_cb("loc_api",
268 if (loc_eng_data.deferred_action_thread)
272 /* hold a wake lock while events are pending for deferred_action_thread */
279 pthread_join(loc_eng_data.deferred_action_thread, &ignoredValue);
280 loc_eng_data.deferred_action_thread = NULL;
569 /* hold a wake lock while events are pending for deferred_action_thread */
718 /* hold a wake lock while events are pending for deferred_action_thread */
    [all...]

Completed in 2967 milliseconds