Searched defs:mask (Results 1 - 25 of 151) sorted by relevance

1234567

/hardware/qcom/gps/msm8084/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/libhardware/modules/input/evdev/
H A DBitUtils.cpp54 uint8_t mask = 0xff; local
61 mask &= 0xff << (start % 8);
65 mask &= 0xff >> (8 - (end % 8));
68 ALOGD("mask: %s%s", bitstrings[mask >> 4], bitstrings[mask & 0x0f]);
70 // Test the index against the mask
71 if (bits & mask) return true;
/hardware/qcom/gps/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/qcom/gps/msm8909/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/qcom/gps/msm8960/core/
H A DLocAdapterBase.cpp63 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
65 mEvtMask(mask), mContext(context),
/hardware/qcom/gps/msm8994/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/qcom/gps/msm8996/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/qcom/gps/msm8998/core/
H A DLocAdapterBase.cpp44 LocAdapterBase::LocAdapterBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
46 mEvtMask(mask), mContext(context),
H A DLocAdapterProxyBase.h42 inline LocAdapterProxyBase(const LOC_API_ADAPTER_EVENT_MASK_T mask, argument
44 mLocAdapterBase(new LocAdapterBase(mask, context, this)) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dutils.c70 uint32_t mask = 0, bytes_left = n; local
72 mask = c & 0xFF;
73 mask |= (mask << 8);
74 mask |= (mask << 16);
83 data |= (mask >> (32 - (8*trail)));
91 *ptr32 = mask;
98 data |= (mask << (32 - (8*bytes_left)));
200 void update_ctrl_reg(uint8_t enable, uint32_t mask) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlaneManager.cpp109 int DisplayPlaneManager::getPlane(uint32_t& mask) argument
111 if (!mask)
116 if (bit & mask) {
117 mask &= ~bit;
125 void DisplayPlaneManager::putPlane(int index, uint32_t& mask) argument
132 if (bit & mask) {
137 mask |= bit;
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index) argument
142 if (!mask || index < 0 || index > mTotalPlaneCount)
146 if (bit & mask) {
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlaneManager.cpp109 int DisplayPlaneManager::getPlane(uint32_t& mask) argument
111 if (!mask)
116 if (bit & mask) {
117 mask &= ~bit;
125 void DisplayPlaneManager::putPlane(int index, uint32_t& mask) argument
132 if (bit & mask) {
137 mask |= bit;
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index) argument
142 if (!mask || index < 0 || index > mTotalPlaneCount)
146 if (bit & mask) {
[all...]
/hardware/qcom/gps/msm8998/android/location_api/
H A DFlpAPIClient.cpp46 LocationCapabilitiesMask mask);
165 LocationCapabilitiesMask mask)
172 if (mask & LOCATION_CAPABILITIES_GNSS_MSA_BIT)
174 if (mask & LOCATION_CAPABILITIES_GNSS_MSB_BIT)
164 convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, LocationCapabilitiesMask mask) argument
/hardware/intel/img/psb_video/src/
H A Dvsp_cmdbuf.c201 * "mask" determines which bits of the target DWORD will be updated with the so
208 uint32_t mask,
228 new_val = (background & ~mask) | (new_val & mask);
237 reloc->mask = mask;
300 uint64_t mask = PSB_GPU_ACCESS_MASK; local
315 req->set_flags = (PSB_GPU_ACCESS_READ | PSB_GPU_ACCESS_WRITE) & mask;
316 req->clear_flags = (~(PSB_GPU_ACCESS_READ | PSB_GPU_ACCESS_WRITE)) & mask;
204 vsp_cmdbuf_add_relocation(vsp_cmdbuf_p cmdbuf, uint32_t *addr_in_dst_buffer, psb_buffer_p ref_buffer, uint32_t buf_offset, uint32_t mask, uint32_t background, uint32_t align_shift, uint32_t dst_buffer, uint32_t *start_of_dst_buffer) argument
/hardware/interfaces/automotive/evs/1.0/vts/functional/
H A DFormatConvert.cpp30 unsigned mask = alignment - 1; local
31 return (value + mask) & ~mask;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h98 // raw value = mask(real/a - b);
102 // raw value = mask(real - b);
121 uint32_t mask(int64_t input) const { function in struct:HidUtil::HidParser::ReportItem
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c65 /* Finds the first event found in the mask */
179 LOC_LOGD("Session status: %s Valid mask: 0x%X\n",
249 rpc_loc_sv_info_valid_mask_type mask = sv->valid_mask; local
251 CHECK_MASK(int, sv->system, mask, RPC_LOC_SV_INFO_VALID_SYSTEM),
252 CHECK_MASK(int, sv->prn, mask, RPC_LOC_SV_INFO_VALID_PRN),
253 CHECK_MASK(int, sv->health_status, mask, RPC_LOC_SV_INFO_VALID_HEALTH_STATUS),
254 CHECK_MASK(int, sv->process_status, mask, RPC_LOC_SV_INFO_VALID_PROCESS_STATUS),
255 CHECK_MASK(int, sv->has_eph, mask, RPC_LOC_SV_INFO_VALID_HAS_EPH),
256 CHECK_MASK(int, sv->has_alm, mask, RPC_LOC_SV_INFO_VALID_HAS_ALM),
257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATIO
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp146 uint32_t mask = loc_eng_data_p->sv_used_mask; local
147 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
149 if (mask & 1)
151 mask = mask >> 1;
812 { // cache the used in fix mask, as it will be needed to send $GPGSA
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_log.c65 /* Finds the first event found in the mask */
179 LOC_LOGD("Session status: %s Valid mask: 0x%X\n",
249 rpc_loc_sv_info_valid_mask_type mask = sv->valid_mask; local
251 CHECK_MASK(int, sv->system, mask, RPC_LOC_SV_INFO_VALID_SYSTEM),
252 CHECK_MASK(int, sv->prn, mask, RPC_LOC_SV_INFO_VALID_PRN),
253 CHECK_MASK(int, sv->health_status, mask, RPC_LOC_SV_INFO_VALID_HEALTH_STATUS),
254 CHECK_MASK(int, sv->process_status, mask, RPC_LOC_SV_INFO_VALID_PROCESS_STATUS),
255 CHECK_MASK(int, sv->has_eph, mask, RPC_LOC_SV_INFO_VALID_HAS_EPH),
256 CHECK_MASK(int, sv->has_alm, mask, RPC_LOC_SV_INFO_VALID_HAS_ALM),
257 CHECK_MASK(float, sv->elevation, mask, RPC_LOC_SV_INFO_VALID_ELEVATIO
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp143 uint32_t mask = loc_eng_data_p->sv_used_mask; local
144 for (uint8_t i = 1; mask > 0 && svUsedCount < 32; i++)
146 if (mask & 1)
148 mask = mask >> 1;
809 { // cache the used in fix mask, as it will be needed to send $GPGSA

Completed in 600 milliseconds

1234567