Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/core/
Dloc_core_log.cpp56 NAME_VAL( GPS_STATUS_SESSION_END ),
/hardware/qcom/gps/core/
Dloc_core_log.cpp56 NAME_VAL( GPS_STATUS_SESSION_END ),
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp1676 loc_inform_gps_status(loc_eng_data, GPS_STATUS_SESSION_END); in loc_eng_stop_handler()
2352 (status == GPS_STATUS_SESSION_END || status == GPS_STATUS_ENGINE_OFF)) in loc_eng_report_status()
2361 !(status == GPS_STATUS_SESSION_END && navigating) && in loc_eng_report_status()
2381 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_SESSION_END) in loc_eng_report_status()
/hardware/libhardware/include/hardware/
Dgps.h75 #define GPS_STATUS_SESSION_END 2 macro
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp1950 loc_inform_gps_status(loc_eng_data, GPS_STATUS_SESSION_END); in loc_eng_stop_handler()
2749 (status == GPS_STATUS_SESSION_END || status == GPS_STATUS_ENGINE_OFF)) in loc_eng_report_status()
2758 !(status == GPS_STATUS_SESSION_END && navigating) && in loc_eng_report_status()
2778 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_SESSION_END) in loc_eng_report_status()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp917 LocApiBase::reportStatus(GPS_STATUS_SESSION_END); in reportStatus()