Home
last modified time | relevance | path

Searched refs:checkFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/slices/core/src/main/java/androidx/slice/core/
DSliceQuery.java129 return checkFormat(item, format)
142 return checkFormat(item, format)
179 return checkFormat(item, format)
191 return checkFormat(item, format) && checkSubtype(item, subtype);
202 return checkFormat(item, format) && checkSubtype(item, subtype);
214 return checkFormat(item, format)
220 private static boolean checkFormat(SliceItem item, String format) {
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1385 PixelFormat checkFormat = format != 0 ? in allocateBuffers() local
1389 checkFormat != allocFormat || checkUsage != allocUsage) { in allocateBuffers()