Searched defs:total_parts (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_xtra.cpp113 int total_parts; local
127 total_parts = (length / XTRA_BLOCK_SIZE);
128 if ((total_parts % XTRA_BLOCK_SIZE) != 0)
130 total_parts += 1;
132 predicted_orbits_data_ptr->total_parts = total_parts;
136 for (part = 1; part <= total_parts; part++)
150 if (part < total_parts)
164 else // part == total_parts
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp811 int total_parts; local
824 total_parts = (length - 1) / XTRA_BLOCK_SIZE + 1;
825 predicted_orbits_data_ptr->total_parts = total_parts;
831 for (part = 1; part <= total_parts; part++)
844 total_parts,
848 if (part < total_parts)
863 else // part == total_parts
/hardware/qcom/gps/loc_api/loc_api_v02/
H A DLocApiV02Adapter.cpp934 int total_parts; local
950 total_parts = ((length - 1) / QMI_LOC_MAX_PREDICTED_ORBITS_PART_LEN_V02) + 1;
952 inject_xtra.totalParts = total_parts;
957 for (part = 1; part <= total_parts; part++)
975 inject_xtra.partNum, total_parts, inject_xtra.partData_len,
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h704 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
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h677 rpc_uint8 total_parts; member in struct:rpc_loc_predicted_orbits_data_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h767 rpc_uint8 total_parts; member in struct:rpc_loc_predicted_orbits_data_s_type
918 rpc_uint8 total_parts; member in struct:rpc_loc_efs_data_s_type

Completed in 94 milliseconds