Searched refs:getMetadataString (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 148 std::optional<std::string> getMetadataString(const V2_0::ProgramInfo& info,
|
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/ |
D | Utils.h | 168 std::optional<std::string> getMetadataString(const ProgramInfo& info, const Metadata::Tag& tag);
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 166 auto ps = utils::getMetadataString(info, MetadataKey::RDS_PS); in onCurrentProgramInfoChanged() 930 auto name = utils::getMetadataString(program, MetadataKey::PROGRAM_NAME); in TEST_P() 931 if (!name) name = utils::getMetadataString(program, MetadataKey::RDS_PS); in TEST_P()
|
/hardware/interfaces/broadcastradio/aidl/vts/src/ |
D | VtsHalBroadcastradioAidlTargetTest.cpp | 243 ps = bcutils::getMetadataString(info, Metadata::rdsPs); in onCurrentProgramInfoChanged() 1250 name = bcutils::getMetadataString(program, Metadata::programName); in TEST_P() 1252 name = bcutils::getMetadataString(program, Metadata::rdsPs); in TEST_P()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 383 std::optional<std::string> getMetadataString(const V2_0::ProgramInfo& info, in getMetadataString() function
|
/hardware/interfaces/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 449 std::optional<std::string> getMetadataString(const ProgramInfo& info, const Metadata::Tag& tag) { in getMetadataString() function
|