Home
last modified time | relevance | path

Searched refs:VENDOR_START (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DIntegerSensorIndex.java70 public static final int VENDOR_START = LAST_SYSTEM + 1; field in IntegerSensorIndex
109 IntegerSensorIndex.VENDOR_START,
H A DFloatSensorIndex.java109 public static final int VENDOR_START = LAST_SYSTEM + 1; field in FloatSensorIndex
187 FloatSensorIndex.VENDOR_START,
/aosp12/hardware/interfaces/broadcastradio/1.1/
H A Dtypes.hal150 VENDOR_START = 1000,
218 * type between VENDOR_START and VENDOR_END (eg. identifier type 1015 must
221 VENDOR_PRIMARY_START = ProgramType:VENDOR_START,
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDiagnosticManagerTest.java341 assertNull(liveFrame.getVendorIntegerSensor(IntegerSensorIndex.VENDOR_START)); in testMissingSensorRead()
342 assertEquals(-1, liveFrame.getVendorIntegerSensor(IntegerSensorIndex.VENDOR_START, -1)); in testMissingSensorRead()
344 assertNull(liveFrame.getVendorFloatSensor(FloatSensorIndex.VENDOR_START)); in testMissingSensorRead()
346 0.25f, liveFrame.getVendorFloatSensor(FloatSensorIndex.VENDOR_START, 0.25f), EPS); in testMissingSensorRead()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h724 VENDOR_START = 0x100, enumerator
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal457 VENDOR_START = 1000,
459 /** See VENDOR_START */
594 * The identifiers from VENDOR_START..VENDOR_END range have limited
614 * - vendor-specific: VENDOR_START..VENDOR_END.
/aosp12/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp152 (logically >= IdentifierType::VENDOR_START && logically <= IdentifierType::VENDOR_END) || in onCurrentProgramInfoChanged()
161 (physically >= IdentifierType::VENDOR_START && physically <= IdentifierType::VENDOR_END) || in onCurrentProgramInfoChanged()
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/
H A DUtils.cpp274 case IdentifierType::VENDOR_START: in isValid()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt569 field public static final int VENDOR_START = 71; // 0x47
605 field public static final int VENDOR_START = 32; // 0x20