Home
last modified time | relevance | path

Searched refs:kOwner (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp62 android_fopen(mSnapshotFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot()
65 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
90 android_fopen(mSnapshotFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot()
93 StdioStream::kOwner))); in loadSnapshot()
DGLSnapshotTesting.cpp245 android_fopen(streamFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot()
248 android_fopen(textureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
274 android_fopen(streamFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot()
278 StdioStream::kOwner))); in loadSnapshot()
DFrameBuffer_unittest.cpp135 android_fopen(mSnapshotFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot()
137 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
149 android_fopen(mSnapshotFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot()
152 StdioStream::kOwner))); in loadSnapshot()
/hardware/google/aemu/base/include/aemu/base/files/
DStdioStream.h30 enum Ownership { kNotOwner, kOwner }; enumerator
/hardware/google/aemu/base/
DStdioStream.cpp65 if (mOwnership == kOwner && mFile) { in close()
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp2117 fopen(snapshotFileName.c_str(), "wb"), android::base::StdioStream::kOwner)); in stream_renderer_snapshot()
2138 fopen(snapshotFileName.c_str(), "rb"), android::base::StdioStream::kOwner)); in stream_renderer_restore()