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

  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.cpp 116 int total_parts; local
130 total_parts = (length / XTRA_BLOCK_SIZE);
131 if ((total_parts % XTRA_BLOCK_SIZE) != 0)
133 total_parts += 1;
135 predicted_orbits_data_ptr->total_parts = total_parts;
139 for (part = 1; part <= total_parts; part++)
153 if (part < total_parts)
167 else // part == total_parts
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 675 rpc_uint8 total_parts;
787 rpc_uint8 total_parts;
loc_api_common_xdr.c 1148 if (!xdr_rpc_uint8 (xdrs, &objp->total_parts))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 636 rpc_uint8 total_parts;
loc_api_common_xdr.c 1079 if (!xdr_rpc_uint8 (xdrs, &objp->total_parts))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 704 rpc_uint8 total_parts; member in struct:rpc_loc_predicted_orbits_data_s_type
838 rpc_uint8 total_parts; member in struct:rpc_loc_efs_data_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 677 rpc_uint8 total_parts; member in struct:rpc_loc_predicted_orbits_data_s_type
    [all...]

Completed in 183 milliseconds