Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/1.1/
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,
/hardware/google/av/codec2/include/
DC2Component.h724 VENDOR_START = 0x100, enumerator
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp151 (logically >= IdentifierType::VENDOR_START && logically <= IdentifierType::VENDOR_END) || in onCurrentProgramInfoChanged()
160 (physically >= IdentifierType::VENDOR_START && physically <= IdentifierType::VENDOR_END) || in onCurrentProgramInfoChanged()
/hardware/interfaces/broadcastradio/2.0/
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.
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp274 case IdentifierType::VENDOR_START: in isValid()