Searched refs:poll (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java192 event = mEventQueue.poll();
/frameworks/native/cmds/dumpstate/
H A Dutils.c21 #include <poll.h>
311 usleep(100000); // poll every 0.1 sec
551 int ret = poll(&pfd, 1, 200); /* 200 msec timeout */
553 fprintf(stderr, "poll: %s\n", strerror(errno));
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java175 mHandler.sendMessage(mPendingTasks.poll());
/frameworks/base/native/android/
H A Dinput.cpp30 #include <poll.h>
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java203 mDebugLogs.poll();
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java262 while ((ref = (PhantomReference<T>) queue.poll()) != null) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java716 AccessibilityNodeInfo current = fringe.poll();
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java581 result = found.responses.poll(timeoutMs, TimeUnit.MILLISECONDS);
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp32 #include <poll.h>
236 rc = poll(pfds, eventCnt, timeout);
244 // Did the poll fail? This should never happen and is fatal if it does.
246 ALOGE("%s:%d poll failed", __PRETTY_FUNCTION__, __LINE__);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp20 #include <poll.h>
93 // no need to worry about EINTR, poll loop will just come back again.
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java147 /** Flags to control detail level of poll event. */
805 // kick off background poll to collect network stats; UID stats
870 // poll, but only persist network stats to keep codepath fast. UID stats
871 // will be persisted during next alarm poll event.
957 * Periodic poll operation, reading current statistics and recording into
1017 // sample stats after each full poll
1071 // Perform one last poll before removing
1110 // usage: dumpsys netstats --full --uid --tag --poll --checkin
1111 final boolean poll = argSet.contains("--poll") || argSe
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java111 Runnable task = mQueue.poll();
114 task = mQueue.poll();
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp717 // Can't call mObserver.poll(), as we might be called from wrong thread.
734 if (mObserver.poll(state)) {
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp121 // poll for state change
122 const FastMixerState *next = mSQ.poll();
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py57 retcode = p.poll()
/frameworks/native/services/sensorservice/
H A DSensorService.cpp335 count = device.poll(buffer, numEventMax);
337 ALOGE("sensor poll failed (%s)", strerror(-count));

Completed in 1501 milliseconds

12