Searched defs:formatName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderBuffer.h160 static const char* formatName(GLenum format) { function in struct:android::uirenderer::RenderBuffer
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1977 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { argument
1981 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary);
2276 String formatName = null;
2282 } else if (formatName == null) {
2283 formatName = typeValue;
2287 addPhotoBytes(formatName, propertyBytes, isPrimary);

Completed in 1281 milliseconds