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

1 2

  /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/msm8084/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/msm8909/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/msm8994/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/msm8996/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...]
  /system/extras/simpleperf/
perf_regs.h 80 uint64_t valid_mask; member in struct:RegSet
84 RegSet CreateRegSet(uint64_t valid_mask, const std::vector<uint64_t>& valid_regs);
perf_regs.cpp 110 RegSet CreateRegSet(uint64_t valid_mask, const std::vector<uint64_t>& valid_regs) {
112 regs.valid_mask = valid_mask;
114 if ((valid_mask >> i) & 1) {
123 if ((regs.valid_mask >> regno) & 1) {
  /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;
  /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;
  /hardware/qcom/gps/msm8084/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;
  /hardware/qcom/gps/msm8084/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;
  /hardware/qcom/gps/msm8994/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;
  /hardware/qcom/gps/msm8994/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;
  /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/msm8084/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/msm8909/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/msm8994/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/msm8996/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...]

Completed in 2357 milliseconds

1 2