HomeSort by relevance Sort by last modified time
    Searched refs:valid_mask (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 435 fix_criteria_ptr->valid_mask = RPC_LOC_FIX_CRIT_VALID_PREFERRED_OPERATION_MODE |
452 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_MIN_INTERVAL;
456 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_PREFERRED_ACCURACY;
460 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_PREFERRED_RESPONSE_TIME;
753 (uint32) location_report_ptr->valid_mask, location_report_ptr->session_status);
757 if (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_SESSION_STATUS)
762 if (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_TIMESTAMP_UTC)
767 if ((location_report_ptr->valid_mask & RPC_LOC_POS_VALID_LATITUDE) &&
768 (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_LONGITUDE))
775 if (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_ALTITUDE_WRT_ELLIPSOID
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 122 rpc_loc_position_valid_mask_type valid_mask;
167 rpc_loc_sv_info_valid_mask_type valid_mask;
182 rpc_loc_gnss_info_valid_mask_type valid_mask;
643 rpc_uint32 valid_mask;
699 rpc_loc_assist_pos_valid_mask_type valid_mask;
loc_api_common_xdr.c 157 if (!xdr_rpc_loc_position_valid_mask_type (xdrs, &objp->valid_mask))
243 if (!xdr_rpc_loc_sv_info_valid_mask_type (xdrs, &objp->valid_mask))
281 if (!xdr_rpc_loc_gnss_info_valid_mask_type (xdrs, &objp->valid_mask))
1084 if (!xdr_rpc_uint32 (xdrs, &objp->valid_mask))
1210 if (!xdr_rpc_loc_assist_pos_valid_mask_type (xdrs, &objp->valid_mask))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 122 rpc_loc_position_valid_mask_type valid_mask;
167 rpc_loc_sv_info_valid_mask_type valid_mask;
182 rpc_loc_gnss_info_valid_mask_type valid_mask;
604 rpc_uint32 valid_mask;
660 rpc_loc_assist_pos_valid_mask_type valid_mask;
loc_api_common_xdr.c 157 if (!xdr_rpc_loc_position_valid_mask_type (xdrs, &objp->valid_mask))
243 if (!xdr_rpc_loc_sv_info_valid_mask_type (xdrs, &objp->valid_mask))
281 if (!xdr_rpc_loc_gnss_info_valid_mask_type (xdrs, &objp->valid_mask))
1015 if (!xdr_rpc_uint32 (xdrs, &objp->valid_mask))
1141 if (!xdr_rpc_loc_assist_pos_valid_mask_type (xdrs, &objp->valid_mask))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 90 rpc_loc_position_valid_mask_type valid_mask; member in struct:rpc_loc_parsed_position_s_type
138 rpc_loc_sv_info_valid_mask_type valid_mask; member in struct:rpc_loc_sv_info_s_type
154 rpc_loc_gnss_info_valid_mask_type valid_mask; member in struct:rpc_loc_gnss_info_s_type
668 rpc_uint32 valid_mask; member in struct:rpc_loc_fix_criteria_s_type
735 rpc_loc_assist_pos_valid_mask_type valid_mask; member in struct:rpc_loc_assist_data_pos_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 84 rpc_loc_position_valid_mask_type valid_mask; member in struct:rpc_loc_parsed_position_s_type
132 rpc_loc_sv_info_valid_mask_type valid_mask; member in struct:rpc_loc_sv_info_s_type
148 rpc_loc_gnss_info_valid_mask_type valid_mask; member in struct:rpc_loc_gnss_info_s_type
641 rpc_uint32 valid_mask; member in struct:rpc_loc_fix_criteria_s_type
708 rpc_loc_assist_pos_valid_mask_type valid_mask; member in struct:rpc_loc_assist_data_pos_s_type
    [all...]

Completed in 33 milliseconds