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

/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp703 LocalHandle fd1; local
706 fd1 = LocalHandle(100);
707 Serialize(fd1, &result);
715 Serialize(std::forward_as_tuple(fd1, fd2), &result);
726 fd1.Release(); // Don't try to close fd 100.
729 fd1 = LocalHandle(-2);
730 Serialize(fd1, &result);
/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp196 int fd1 = mMem.handle->data[0]; local
198 ret = (fd1 == fd2);

Completed in 78 milliseconds