Searched refs:getSectionIndex (Results 1 – 8 of 8) sorted by relevance
83 public int getSectionIndex() { in getSectionIndex() method in ListEntry
1225 o1.getSectionIndex(),1226 o2.getSectionIndex());1271 if (entry.getAttachState().getSectionIndex() in getStableOrderRank()1272 != entry.getPreviousAttachState().getSectionIndex()) { in getStableOrderRank()
104 ssize_t getSectionIndex(uint32_t tag) const;
118 mVendorTagDescriptor->getSectionIndex(tag); in invokeVendorTagDescriptor()
309 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in getCameraVendorTagSections()
318 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in getCameraVendorTagSections()
318 ssize_t VendorTagDescriptor::getSectionIndex(uint32_t tag) const { in getSectionIndex() function in android::hardware::camera2::params::VendorTagDescriptor
857 assertEquals(1, notif(0).entry.getSectionIndex()); in testNotifUsesDefaultSection()