Home
last modified time | relevance | path

Searched refs:GPS_STATUS_ENGINE_ON (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8960/core/
Dloc_core_log.cpp57 NAME_VAL( GPS_STATUS_ENGINE_ON ),
/hardware/qcom/gps/core/
Dloc_core_log.cpp57 NAME_VAL( GPS_STATUS_ENGINE_ON ),
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp193 if (loc_eng_data.engine_status != GPS_STATUS_ENGINE_ON && in update_aiding_data_for_deletion()
2001 if (logEng.engine_status != GPS_STATUS_ENGINE_ON && in deleteAidingData()
2341 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_ENGINE_ON) in loc_eng_report_status()
2375 if (status == GPS_STATUS_ENGINE_ON || status == GPS_STATUS_ENGINE_OFF) in loc_eng_report_status()
2427 loc_eng_report_status(loc_eng_data, GPS_STATUS_ENGINE_ON); in loc_eng_handle_engine_up()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp205 if (loc_eng_data.engine_status != GPS_STATUS_ENGINE_ON && in update_aiding_data_for_deletion()
2307 if (logEng.engine_status != GPS_STATUS_ENGINE_ON && in deleteAidingData()
2738 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_ENGINE_ON) in loc_eng_report_status()
2772 if (status == GPS_STATUS_ENGINE_ON || status == GPS_STATUS_ENGINE_OFF) in loc_eng_report_status()
2828 loc_eng_report_status(loc_eng_data, GPS_STATUS_ENGINE_ON); in loc_eng_handle_engine_up()
/hardware/libhardware/include/hardware/
Dgps.h77 #define GPS_STATUS_ENGINE_ON 3 macro
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp912 LocApiBase::reportStatus(GPS_STATUS_ENGINE_ON); in reportStatus()