Searched refs:Entry (Results 1 – 5 of 5) sorted by relevance
38 struct Entry { struct47 const Entry* tags;51 const Entry DemoWizardry[demo_wizardry_end - demo_wizardry_start] = {62 const Entry DemoSorcery[demo_sorcery_end - demo_sorcery_start] = {69 const Entry DemoMagic[demo_magic_end - demo_magic_start] = {111 const Entry* getEntry(uint32_t tag) in getEntry()176 const Entry* entry = getEntry(tag); in getTagName()186 const Entry* entry = getEntry(tag); in getTagType()
340 struct Entry { struct341 inline Entry() : buffer(nullptr), timestamp(0), flags(0), ordinal({0, 0, 0}) {} in Entry() function342 inline Entry( in Entry() argument359 bool pop(Entry *entry); argument365 void defer(const Entry &entry);369 std::list<Entry> mPending;370 std::list<Entry> mStash;
521 struct Entry { struct in android::__anon5ff58d220111::FlexBuffersImpl525 std::vector<Entry> mBuffers;678 for (const Entry &entry : mBuffers) { in getArray()687 for (Entry &entry : mBuffers) { in flush()704 struct Entry { struct in android::__anon5ff58d220111::BuffersArrayImpl709 std::vector<Entry> mBuffers;906 struct Entry { struct in android::__anon5ff58d220111::EncryptedLinearInputBuffers910 std::vector<Entry> mMemoryVector;1521 bool CCodecBufferChannel::ReorderStash::pop(Entry *entry) { in pop()1552 const CCodecBufferChannel::ReorderStash::Entry &entry) { in defer()[all …]
223 struct Entry { struct230 std::list<Entry> mQueue; argument
27 * Entry point for Codec2 HAL.