Home
last modified time | relevance | path

Searched defs:rawFd (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/rebootescrow/aidl/default/
H A DRebootEscrow.cpp32 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC)); in storeKey() local
50 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in retrieveKey() local
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h223 int rawFd; member
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp366 int rawFd = -1; in dequeueNativeBuffer() local
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp691 int rawFd = -1; in readBlob() local
745 int rawFd = fd.release(); in writeBlob() local