HomeSort by relevance Sort by last modified time
    Searched refs:location_cb (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.h 49 loc_location_cb_ext location_cb; member in struct:__anon33167
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 748 if (locEng->location_cb != NULL) {
751 locEng->location_cb(NULL, NULL);
775 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.h 50 loc_location_cb_ext location_cb; member in struct:__anon33253
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 749 if (locEng->location_cb != NULL) {
752 locEng->location_cb(NULL, NULL);
776 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.h 49 loc_location_cb_ext location_cb; member in struct:__anon33311
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 747 if (locEng->location_cb != NULL) {
750 locEng->location_cb(NULL, NULL);
774 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.h 49 loc_location_cb_ext location_cb; member in struct:__anon33338
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 687 if (locEng->location_cb != NULL) {
690 locEng->location_cb(NULL, NULL);
713 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
loc.cpp 253 LocCallbacks clientCallbacks = {local_loc_cb, /* location_cb */
265 gps_loc_cb = callbacks->location_cb;
895 CALLBACK_LOG_CALLFLOW("location_cb - from", %d, location->position_source);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.h 49 loc_location_cb_ext location_cb; member in struct:__anon33430
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 748 if (locEng->location_cb != NULL) {
751 locEng->location_cb(NULL, NULL);
775 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.h 49 loc_location_cb_ext location_cb; member in struct:__anon33488
loc_eng.h 88 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 745 if (locEng->location_cb != NULL) {
748 locEng->location_cb(NULL, NULL);
772 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc.h 48 loc_location_cb_ext location_cb; member in struct:__anon33566
loc_eng.h 87 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
loc_eng.cpp 782 if (locEng->location_cb != NULL) {
785 locEng->location_cb(NULL, NULL);
809 locEng->location_cb((UlpLocation*)&(mLocation),
    [all...]
  /hardware/libhardware/include/hardware/
gps_internal.h 36 gps_location_callback location_cb; member in struct:__anon30855
fused_location.h 248 flp_location_callback location_cb; member in struct:__anon30799
  /device/generic/goldfish/gps/
gps_qemu.c 728 D("gps thread starting location_cb=%p", state->callbacks.location_cb);
730 nmea_reader_set_callback( reader, state->callbacks.location_cb );

Completed in 230 milliseconds

1 2