/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc.h | 48 loc_location_cb_ext location_cb; member in struct:__anon40969
|
loc_eng.h | 85 loc_location_cb_ext location_cb; member in struct:loc_eng_data_s
|
loc_eng.cpp | 744 if (locEng->location_cb != NULL) { 747 locEng->location_cb(NULL, NULL); 771 locEng->location_cb((UlpLocation*)&(mLocation), [all...] |
loc.cpp | 290 LocCallbacks clientCallbacks = {local_loc_cb, /* location_cb */ 303 gps_loc_cb = callbacks->location_cb; 1082 CALLBACK_LOG_CALLFLOW("location_cb - from", %d, location->position_source);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc.h | 47 loc_location_cb_ext location_cb; member in struct:__anon40990
|
loc_eng.h | 85 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; 891 CALLBACK_LOG_CALLFLOW("location_cb - from", %d, location->position_source);
|
/hardware/libhardware/include/hardware/ |
fused_location.h | 190 flp_location_callback location_cb; member in struct:__anon40413
|
gps.h | 547 gps_location_callback location_cb; member in struct:__anon40435 [all...] |
/device/generic/goldfish/gps/ |
gps_qemu.c | 730 D("gps thread starting location_cb=%p", state->callbacks.location_cb); 732 nmea_reader_set_callback( reader, state->callbacks.location_cb );
|