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

  /hardware/libhardware/include/hardware/
gps.h 327 * Can only be called from a thread created by create_thread_cb.
332 * Can only be called from a thread created by create_thread_cb.
337 * Can only be called from a thread created by create_thread_cb.
342 * Can only be called from a thread created by create_thread_cb.
378 gps_create_thread create_thread_cb; member in struct:__anon16217
434 * Can only be called from a thread created by create_thread_cb.
441 gps_create_thread create_thread_cb; member in struct:__anon16219
480 * Can only be called from a thread created by create_thread_cb.
487 gps_create_thread create_thread_cb; member in struct:__anon16223
584 * Can only be called from a thread created by create_thread_cb
595 gps_create_thread create_thread_cb; member in struct:__anon16226
636 gps_create_thread create_thread_cb; member in struct:__anon16228
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 571 callbacks->create_thread_cb("loc_api_ni", loc_ni_thread_proc, NULL);
loc_eng.cpp 240 loc_eng_data.deferred_action_thread = callbacks->create_thread_cb("loc_api",
    [all...]
  /development/tools/emulator/system/gps/
gps_qemu.c 782 state->thread = callbacks->create_thread_cb( "gps_state_thread", gps_state_thread, state );
  /sdk/emulator/gps/
gps_qemu.c 782 state->thread = callbacks->create_thread_cb( "gps_state_thread", gps_state_thread, state );

Completed in 234 milliseconds