Searched refs:status_report_ptr (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/msm8998/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A DLocApiRpc.h60 void reportStatus(const rpc_loc_status_event_s_type *status_report_ptr);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp906 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
909 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
910 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
915 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp906 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
909 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
910 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
915 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp910 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
913 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
914 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
919 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp906 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
909 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
910 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
915 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp910 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
913 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
914 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
919 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)
/hardware/qcom/gps/msm8998/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp920 void LocApiRpc::reportStatus(const rpc_loc_status_event_s_type *status_report_ptr) argument
923 if (status_report_ptr->event == RPC_LOC_STATUS_EVENT_ENGINE_STATE) {
924 if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_ON)
929 else if (status_report_ptr->payload.rpc_loc_status_event_payload_u_type_u.engine_state == RPC_LOC_ENGINE_STATE_OFF)

Completed in 129 milliseconds