Home
last modified time | relevance | path

Searched refs:demoPngId (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/default/
Dresources.h26 constexpr int32_t demoPngId = 123456; variable
DVirtualProgram.cpp83 make_metadata(MetadataKey::STATION_ICON, resources::demoPngId), in operator ProgramInfo()
84 make_metadata(MetadataKey::ALBUM_ART, resources::demoPngId), in operator ProgramInfo()
DBroadcastRadio.cpp132 if (id == resources::demoPngId) { in getImage()
/hardware/interfaces/broadcastradio/1.1/default/
Dresources.h26 constexpr int32_t demoPngId = 123456; variable
DVirtualProgram.cpp39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap()
DBroadcastRadio.cpp161 if (id == resources::demoPngId) { in getImage()