Home
last modified time | relevance | path

Searched refs:supportedIdentifierTypes (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/broadcastradio/aidl/default/
DVirtualRadio.cpp76 vector<IdentifierType> supportedIdentifierTypes(supportedIdentifierTypeSet.begin(), in getSupportedIdentifierTypes() local
78 return supportedIdentifierTypes; in getSupportedIdentifierTypes()
DBroadcastRadio.cpp69 prop.supportedIdentifierTypes = virtualRadio.getSupportedIdentifierTypes(); in initProperties()
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/
DProperties.aidl41 android.hardware.broadcastradio.IdentifierType[] supportedIdentifierTypes;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/
DProperties.aidl41 android.hardware.broadcastradio.IdentifierType[] supportedIdentifierTypes;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/
DProperties.aidl41 android.hardware.broadcastradio.IdentifierType[] supportedIdentifierTypes;
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/
DProperties.aidl67 IdentifierType[] supportedIdentifierTypes;
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp48 prop.supportedIdentifierTypes = hidl_vec<uint32_t>({ in initProperties()
/hardware/interfaces/broadcastradio/1.1/default/
DBroadcastRadio.cpp115 prop11.supportedIdentifierTypes = hidl_vec<uint32_t>({ in getProperties_1_1()
/hardware/interfaces/broadcastradio/aidl/default/test/
DDefaultBroadcastRadioHalTest.cpp216 ASSERT_FALSE(prop.supportedIdentifierTypes.empty()); in TEST_F()
218 for (const auto& supportedType : prop.supportedIdentifierTypes) { in TEST_F()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp195 for (auto it = prop.supportedIdentifierTypes.begin(); it != prop.supportedIdentifierTypes.end(); in isSupported()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp193 for (auto&& idType : prop.supportedIdentifierTypes) { in isSupported()
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp150 EXPECT_GT(prop11.supportedIdentifierTypes.size(), 0u); in SetUp()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal107 vec<uint32_t> supportedIdentifierTypes;
/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp40 .supportedIdentifierTypes = {IdentifierType::AMFM_FREQUENCY_KHZ, IdentifierType::RDS_PI,
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp199 EXPECT_GT(mProperties.supportedIdentifierTypes.size(), 0u); in SetUp()
/hardware/interfaces/broadcastradio/aidl/vts/src/
DVtsHalBroadcastradioAidlTargetTest.cpp347 EXPECT_GT(mProperties.supportedIdentifierTypes.size(), 0u); in SetUp()
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal273 vec<uint32_t> supportedIdentifierTypes;