Searched refs:imageIndex (Results 1 – 4 of 4) sorted by relevance
474 ssize_t imageIndex = itemIdToImageMap.indexOfKey(mItemId); in apply() local477 if (imageIndex < 0) { in apply()484 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex); in apply()491 imageIndex = itemIdToImageMap.indexOfKey(mRefs[i]); in apply()494 if (imageIndex < 0) { in apply()498 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex); in apply()1314 ssize_t imageIndex = mItemIdToImageMap.indexOfKey(info.itemId); in buildImageItemsIfPossible() local1315 if (imageIndex >= 0) { in buildImageItemsIfPossible()1371 ssize_t imageIndex = mItemIdToImageMap.indexOfKey(association.itemId); in attachProperty() local1374 if (imageIndex < 0) { in attachProperty()[all …]
54 status_t findPrimaryImage(uint32_t *imageIndex);57 uint32_t *imageIndex, off64_t *offset, size_t *size);
3983 u32 imageIndex7167 imageIndex := ?7168 pImageIndex[0] = imageIndex
5460 uint32_t imageIndex; member