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

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 181 (uint) parsed_report->valid_mask);
184 (parsed_report->valid_mask & RPC_LOC_POS_VALID_LATITUDE) &&
213 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_POS_DOP)
217 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_HOR_DOP)
221 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_VERT_DOP)
225 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_ALTITUDE_ASSUMED)
229 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_SV_COUNT)
233 if (gnss->valid_mask & RPC_LOC_GNSS_INFO_VALID_SV_LIST)
249 rpc_loc_sv_info_valid_mask_type mask = sv->valid_mask;
LocApiRpc.cpp 398 fix_criteria_ptr->valid_mask = RPC_LOC_FIX_CRIT_VALID_PREFERRED_OPERATION_MODE |
404 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_MIN_INTERVAL;
408 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_PREFERRED_ACCURACY;
412 fix_criteria_ptr->valid_mask |= RPC_LOC_FIX_CRIT_VALID_PREFERRED_RESPONSE_TIME;
475 assistance_data_position->valid_mask =
688 if (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_SESSION_STATUS)
695 if ((location_report_ptr->valid_mask & RPC_LOC_POS_VALID_LATITUDE) &&
696 (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_LONGITUDE) &&
705 if (location_report_ptr->valid_mask & RPC_LOC_POS_VALID_TIMESTAMP_UTC)
711 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 79 uint valid_mask; member in struct:dri2_surface
121 uint valid_mask; local
127 dri2surf->valid_mask = 0x0;
145 valid_mask = 0x0;
185 valid_mask |= 1 << natt;
188 dri2surf->valid_mask = valid_mask;
280 return ((dri2surf->valid_mask & buffer_mask) == buffer_mask);
388 (dri2surf->valid_mask & attachment_mask) != attachment_mask) {
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 79 uint valid_mask; member in struct:dri2_surface
121 uint valid_mask; local
127 dri2surf->valid_mask = 0x0;
145 valid_mask = 0x0;
185 valid_mask |= 1 << natt;
188 dri2surf->valid_mask = valid_mask;
280 return ((dri2surf->valid_mask & buffer_mask) == buffer_mask);
388 (dri2surf->valid_mask & attachment_mask) != attachment_mask) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 140 rpc_loc_position_valid_mask_type valid_mask;
185 rpc_loc_sv_info_valid_mask_type valid_mask;
200 rpc_loc_gnss_info_valid_mask_type valid_mask;
707 rpc_uint32 valid_mask;
763 rpc_loc_assist_pos_valid_mask_type valid_mask;
  /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...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 106 rpc_loc_position_valid_mask_type valid_mask; member in struct:rpc_loc_parsed_position_s_type
154 rpc_loc_sv_info_valid_mask_type valid_mask; member in struct:rpc_loc_sv_info_s_type
170 rpc_loc_gnss_info_valid_mask_type valid_mask; member in struct:rpc_loc_gnss_info_s_type
731 rpc_uint32 valid_mask; member in struct:rpc_loc_fix_criteria_s_type
798 rpc_loc_assist_pos_valid_mask_type valid_mask; member in struct:rpc_loc_assist_data_pos_s_type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 1256 unsigned int dri_use, valid_mask; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1256 unsigned int dri_use, valid_mask; local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_common_xdr.c 115 if (!xdr_rpc_loc_position_valid_mask_type (xdrs, &objp->valid_mask))
201 if (!xdr_rpc_loc_sv_info_valid_mask_type (xdrs, &objp->valid_mask))
239 if (!xdr_rpc_loc_gnss_info_valid_mask_type (xdrs, &objp->valid_mask))
1110 if (!xdr_rpc_uint32 (xdrs, &objp->valid_mask))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 11360 IRTemp valid_mask = newTemp( Ity_I32 ); local
11657 IRTemp valid_mask = newTemp( Ity_I32 ); local
    [all...]
guest_arm64_toIR.c 5435 IRTemp valid_mask = newTemp(Ity_V128); local
    [all...]

Completed in 810 milliseconds