Home
last modified time | relevance | path

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

/hardware/qcom/gps/loc_api/libloc_api/
Dloc_eng.cpp562 if ((loc_eng_data.engine_status != GPS_STATUS_SESSION_BEGIN) && in loc_eng_delete_aiding_data()
959 status.status = GPS_STATUS_SESSION_BEGIN; in loc_eng_report_status()
974 if ((loc_eng_data.engine_status != GPS_STATUS_SESSION_BEGIN) && in loc_eng_report_status()
1488 if ((engine_status != GPS_STATUS_SESSION_BEGIN) && (aiding_data_for_deletion != 0)) in loc_eng_process_deferred_action()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_log.cpp43 NAME_VAL( GPS_STATUS_SESSION_BEGIN ),
Dloc_eng.cpp459 loc_inform_gps_status(loc_eng_data, GPS_STATUS_SESSION_BEGIN); in loc_eng_start_handler()
1182 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_ENGINE_ON) in loc_eng_report_status()
1202 !(status == GPS_STATUS_SESSION_BEGIN && !loc_eng_data.navigating)) in loc_eng_report_status()
1221 if (status == GPS_STATUS_SESSION_BEGIN || status == GPS_STATUS_SESSION_END) in loc_eng_report_status()
/hardware/libhardware/include/hardware/
Dgps.h68 #define GPS_STATUS_SESSION_BEGIN 1 macro
/hardware/qcom/gps/loc_api/loc_api_v02/
DLocApiV02Adapter.cpp1661 LocApiAdapter::reportStatus(GPS_STATUS_SESSION_BEGIN); in reportEngineState()
1687 status = GPS_STATUS_SESSION_BEGIN; in reportFixSessionState()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpcAdapter.cpp777 LocApiAdapter::reportStatus(GPS_STATUS_SESSION_BEGIN); in reportStatus()