Searched refs:Poll (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dtegra_v4l2_video_device.cc44 TEGRAV4L2_SYM(Poll);
74 TEGRAV4L2_DLSYM_OR_RETURN_ON_ERROR(Poll);
109 bool TegraV4L2Device::Poll(bool poll_device, bool* event_pending) { function in class:content::TegraV4L2Device
H A Dexynos_v4l2_video_device.h22 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
H A Dtegra_v4l2_video_device.h25 virtual bool Poll(bool poll_device, bool* event_pending) OVERRIDE;
H A Dv4l2_video_device.h51 virtual bool Poll(bool poll_device, bool* event_pending) = 0;
53 // These methods are used to interrupt the thread sleeping on Poll() and force
56 // client state change, etc.). When SetDevicePollInterrupt() is called, Poll()
H A Dexynos_v4l2_video_device.cc48 bool ExynosV4L2Device::Poll(bool poll_device, bool* event_pending) { function in class:content::ExynosV4L2Device
58 DVLOG(3) << "Poll(): adding device fd to poll() set";
H A Dv4l2_image_processor.cc392 if (!device_->Poll(poll_device, &event_pending)) {
H A Dv4l2_video_encode_accelerator.cc750 if (!device_->Poll(poll_device, &event_pending)) {
H A Dv4l2_video_decode_accelerator.cc1580 if (!device_->Poll(poll_device, &event_pending)) {
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.h108 void Poll();
141 // Calls Poll() at regular intervals while |poll_callbacks_| is non-empty.
H A Daudio_stream_monitor.cc111 base::Bind(&AudioStreamMonitor::Poll, base::Unretained(this)));
123 void AudioStreamMonitor::Poll() { function in class:content::AudioStreamMonitor
H A Daudio_stream_monitor_unittest.cc73 void SimulatePollTimerFired() { monitor_->Poll(); }
183 // Poll an audible signal, and expect tab indicator state is on.
190 // Poll a silent signal repeatedly, ensuring that the indicator is being
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc406 void Poll(MappedMemoryManagerTest *test, std::list<void*>* list) { function in namespace:gpu::__anon8397
416 TEST_F(MappedMemoryManagerTest, Poll) {
423 base::Bind(&Poll, this, &unmanaged_memory_list),
/external/chromium_org/sync/engine/
H A Dget_updates_processor_unittest.cc458 TEST_F(GetUpdatesProcessorApplyUpdatesTest, Poll) {

Completed in 608 milliseconds