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

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dfile_handle.h22 static constexpr int kEmptyFileHandle = -1; member in class:android::pdx::FileHandle
25 FileHandle() : fd_(kEmptyFileHandle) {}
48 other.fd_ = kEmptyFileHandle;
68 other.fd_ = kEmptyFileHandle;
83 fd_ = kEmptyFileHandle;
89 fd_ = kEmptyFileHandle;

Completed in 78 milliseconds