Searched refs:nfd (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/native/android/
H A Dsensor.cpp112 int nfd = poll(&pfd, 1, 0); local
114 if (nfd < 0)
120 return (nfd == 0) ? 0 : 1;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp157 int nfd = poll(pfd, 2, 0); local
158 if (nfd <= 0) return 0;

Completed in 81 milliseconds