Home
last modified time | relevance | path

Searched refs:MASK (Results 1 – 25 of 25) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java97 switch (propertyId & VehicleArea.MASK) { in toAreaIdString()
141 int valueType = propertyId & VehiclePropertyType.MASK; in toValueString()
250 int areaType = propertyId & VehicleArea.MASK; in toAreaTypeString()
259 int group = propertyId & VehiclePropertyGroup.MASK; in toGroupString()
268 int valueType = propertyId & VehiclePropertyType.MASK; in toValueTypeString()
342 return (propertyId & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM; in isSystemPropertyId()
DPropertyHalServiceConfigs.java235 if ((propId & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED) { in checkPayload()
733 int vehiclePropertyType = propId & VehiclePropertyType.MASK; in checkFormatForAllProperties()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyType.java41 public static final int MASK = 0x00ff0000; field in VehiclePropertyType
59 MASK
/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
DParityBitUtil.java32 private static final byte MASK = (byte) 0xFE; field in ParityBitUtil
70 return (byte) ((b & MASK) | parityBit); in getByteWithParityBit()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DVhalJsonReader.java74 switch (prop & VehiclePropertyType.MASK) { in getEvent()
109 + toHexString(prop & VehiclePropertyType.MASK) in getEvent()
DCarPropertyTest.java353 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.VENDOR) { in checkVendorPropertyPermission()
375 if ((cfg.getPropertyId() & VehiclePropertyGroup.MASK) == VehiclePropertyGroup.SYSTEM) { in checkSystemPropertyPermission()
/packages/services/Car/service/src/com/android/car/hal/
DHalPropValue.java230 Class<?> clazz = CarPropertyUtils.getJavaClass(getPropId() & VehiclePropertyType.MASK); in toCarPropertyValue()
349 return (prop & VehiclePropertyType.MASK) == VehiclePropertyType.MIXED; in isMixedTypeProperty()
359 Class<?> clazz = CarPropertyUtils.getJavaClass(getPropId() & VehiclePropertyType.MASK); in toRegularRawPropertyValue()
DHalPropConfig.java129 int areaType = getVehicleAreaType(propId & VehicleArea.MASK); in toCarPropertyConfig()
130 Class<?> clazz = CarPropertyUtils.getJavaClass(propId & VehiclePropertyType.MASK); in toCarPropertyConfig()
DVmsHalService.java165 if ((propId & VehiclePropertyGroup.MASK) != VehiclePropertyGroup.VENDOR) { in getClientMetricsProperty()
DPropertyHalService.java1603 int propertyType = halPropId & VehiclePropertyType.MASK; in getSupportedValuesList()
1643 int propertyType = halPropId & VehiclePropertyType.MASK; in sortRawPropertyValueList()
DVehicleHal.java1775 int propertyType = propId & VehiclePropertyType.MASK; in createPropValueForInjecting()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java409 int type = propId & VehiclePropertyType.MASK; in getPropertyType()
437 int halArea = propId & VehicleArea.MASK; in getVehicleAreaType()
467 static final int MASK = 0x0f000000; field in FakeCarPropertyService.VehicleArea
/packages/apps/Contacts/src/com/android/contacts/activities/
DActionBarAdapter.java312 final int MASK = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME in updateDisplayOptionsInner() local
316 final int current = mActionBar.getDisplayOptions() & MASK; in updateDisplayOptionsInner()
359 mActionBar.setDisplayOptions(newFlags, MASK); in updateDisplayOptionsInner()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyTestFragment.java390 switch (propId & VehiclePropertyType.MASK) { in onCreateView()
405 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView()
426 switch (propId & VehiclePropertyType.MASK) { in onCreateView()
441 & VehiclePropertyType.MASK) + " is not handled!", in onCreateView()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DVehicleStubWrapper.java87 return (propId & VehicleArea.MASK) == VehicleArea.GLOBAL; in isPropertyGlobal()
328 return propId & VehiclePropertyType.MASK; in getPropType()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java76 private static final int MASK = 0xf0000000; field in ClusterOsDoubleActivity
286 return (propId & ~MASK) | VENDOR; in toVendorId()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java456 switch (propertyValue.getPropertyId() & VehiclePropertyType.MASK) { in createCarSensorEvent()
/packages/services/Car/cpp/evs/apps/default/src/
DEvsStateControl.cpp62 static_cast<int32_t>(VehiclePropertyType::MASK)); in getPropType()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java239 int type = propValue.getPropertyId() & VehiclePropertyType.MASK; in parseCarPropertyValue()
/packages/services/Car/car-lib-module/api/
Dtest-current.txt22 field public static final int MASK = 16711680; // 0xff0000
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java353 int mask = propertyId & VehiclePropertyType.MASK; in isArrayType()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java2737 public static final int MASK = 0x7F; // 0111 1111 field in InformationElementUtil.SupportedRates
2756 byteVal &= MASK; in getRateFromByte()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt133 android.car VehiclePropertyType int MASK
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java4628 return (propertyId & VehicleArea.MASK) == VehicleArea.GLOBAL;
/packages/services/Car/car-lib/api/
Dtest-current.txt271 field public static final int MASK = 16711680; // 0xff0000