OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyFileHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libpdx/private/pdx/
file_handle.h
22
static constexpr int
kEmptyFileHandle
= -1;
25
FileHandle() : fd_(
kEmptyFileHandle
) {}
48
other.fd_ =
kEmptyFileHandle
;
68
other.fd_ =
kEmptyFileHandle
;
83
fd_ =
kEmptyFileHandle
;
89
fd_ =
kEmptyFileHandle
;
/frameworks/native/libs/vr/libvrflinger/
acquired_buffer.h
15
static constexpr int kEmptyFence = pdx::LocalHandle::
kEmptyFileHandle
;
Completed in 191 milliseconds