Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DUtils.h57 class AutoFDSeek {
59 explicit AutoFDSeek(int fd) : fFD(fd) { in AutoFDSeek() function
62 ~AutoFDSeek() { in ~AutoFDSeek()
H A DBitmapFactory.cpp544 AutoFDSeek autoRestore(descriptor); in nativeDecodeFileDescriptor()