Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/core/
Dloc_core_log.cpp58 NAME_VAL( GPS_STATUS_ENGINE_OFF ),
/hardware/qcom/gps/core/
Dloc_core_log.cpp58 NAME_VAL( GPS_STATUS_ENGINE_OFF ),
/hardware/libhardware/include/hardware/
Dgps.h79 #define GPS_STATUS_ENGINE_OFF 4 macro
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp2352 (status == GPS_STATUS_SESSION_END || status == GPS_STATUS_ENGINE_OFF)) in loc_eng_report_status()
2375 if (status == GPS_STATUS_ENGINE_ON || status == GPS_STATUS_ENGINE_OFF) in loc_eng_report_status()
2411 loc_eng_report_status(loc_eng_data, GPS_STATUS_ENGINE_OFF); in loc_eng_handle_engine_down()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp2632 (status == GPS_STATUS_SESSION_END || status == GPS_STATUS_ENGINE_OFF)) in loc_eng_report_status()
2655 if (status == GPS_STATUS_ENGINE_ON || status == GPS_STATUS_ENGINE_OFF) in loc_eng_report_status()
2691 loc_eng_report_status(loc_eng_data, GPS_STATUS_ENGINE_OFF); in loc_eng_handle_engine_down()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp918 LocApiBase::reportStatus(GPS_STATUS_ENGINE_OFF); in reportStatus()