| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | thread.hpp | 74 if (paused) { in ~Thread() 109 assert(!paused); in pause() 111 paused = std::make_unique<std::promise<void>>(); in pause() 114 auto pausing = paused->get_future(); in pause() 120 paused->set_value(); in pause() 131 assert(paused); in resume() 136 paused.reset(); in resume() 148 std::unique_ptr<std::promise<void>> paused; member in mbgl::util::Thread
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0005-bin-Fix-race-conditions-in-tests.patch | 244 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */ 245 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the … 258 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */ 259 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */ 260 + pop_state_changed (bus, 4, &had_latency); /* pop playing => paused messages off the bus */ 261 + pop_state_changed (bus, 4, &had_latency); /* pop paused => ready messages off the bus */ 277 - pop_state_changed (bus, 2); /* pop remaining ready => paused messages off the bus */ 278 + pop_state_changed (bus, 2, &had_latency); /* pop remaining ready => paused messages off the … 291 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */ 292 - pop_state_changed (bus, 4); /* pop paused => ready messages off the bus */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 41 bool paused; member 263 if (!stream->paused) { in vmw_overlay_stop() 280 stream->paused = false; in vmw_overlay_stop() 282 stream->paused = true; in vmw_overlay_stop() 310 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream() 317 } else if (!stream->paused) { in vmw_overlay_update_stream() 351 stream->paused = false; in vmw_overlay_update_stream() 375 if (!stream->paused) in vmw_overlay_resume_all() 408 if (overlay->stream[i].paused) in vmw_overlay_pause_all() 555 overlay->stream[i].paused = false; in vmw_overlay_init()
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/ |
| H A D | visorinput.c | 109 bool paused; member 279 if (devdata->paused) in visorinput_open() 307 if (devdata->paused) in visorinput_close() 422 devdata->paused = true; in devdata_create() 479 devdata->paused = false; in devdata_create() 706 if (devdata->paused) { in visorinput_pause() 717 devdata->paused = true; in visorinput_pause() 737 if (!devdata->paused) { in visorinput_resume() 741 devdata->paused = false; in visorinput_resume()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0007-gstreamer-mediaplayer-Fix-hangs-when-replacing-pause.patch | 4 Subject: [PATCH 07/17] gstreamer: mediaplayer: Fix hangs when replacing paused 17 //while the sink is paused. The pad will be blocked as soon as the current 26 qDebug() << "Starting video output to avoid blocking in paused state...";
|
| /OK3568_Linux_fs/kernel/net/strparser/ |
| H A D | strparser.c | 101 if (strp->paused) in __strp_recv() 303 if (unlikely(strp->paused)) { in __strp_recv() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 403 if (strp->paused) in do_strp_work() 484 strp->paused = 0; in __strp_unpause() 496 strp->paused = 0; in strp_unpause()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_proc.c | 214 int paused; in ahd_proc_write_seeprom() local 220 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom() 221 if (!paused) in ahd_proc_write_seeprom() 265 if (!paused) in ahd_proc_write_seeprom()
|
| H A D | aic7xxx_proc.c | 194 int paused; in ahc_proc_write_seeprom() local 200 paused = ahc_is_paused(ahc); in ahc_proc_write_seeprom() 201 if (!paused) in ahc_proc_write_seeprom() 279 if (!paused) in ahc_proc_write_seeprom()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_dma.c | 411 int paused, count; in via_hook_segment() local 416 paused = 0; in via_hook_segment() 440 paused = (via_read(dev_priv, 0x41c) & 0x80000000); in via_hook_segment() 441 if (paused) in via_hook_segment() 447 paused = via_read(dev_priv, 0x41c) & 0x80000000; in via_hook_segment() 449 if (paused && !no_pci_fire) { in via_hook_segment() 470 return paused; in via_hook_segment()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_platform.c | 31 Bool paused, server_fd = FALSE; in get_drm_info() local 33 fd = systemd_logind_take_fd(attribs->major, attribs->minor, path, &paused); in get_drm_info() 35 if (paused) { in get_drm_info()
|
| H A D | systemd-logind.c | 96 dbus_bool_t paused; in systemd_logind_take_fd() local 142 DBUS_TYPE_BOOLEAN, &paused, in systemd_logind_take_fd() 149 *paused_ret = paused; in systemd_logind_take_fd() 152 path, major, minor, fd, paused); in systemd_logind_take_fd()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | internal.h | 22 int paused; /* can write into ring buffer */ member 74 rb->paused = 0; in rb_toggle_paused() 76 rb->paused = 1; in rb_toggle_paused()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_p2pps.c | 83 info->en_desc_num, info->paused); in _phl_p2pps_dump_noa_table() 424 if (noa_info->paused && clear_desc) { in _phl_p2pps_noa_disable() 495 noa_info->paused = false; in _phl_p2pps_noa_disable_all() 534 if (noa_info->paused) { in _phl_p2pps_noa_enable() 577 if (!noa_info->paused) { in phl_p2pps_noa_resume_all() 583 noa_info->paused = false; in phl_p2pps_noa_resume_all() 626 if (noa_info->paused) { in phl_p2pps_noa_pause_all() 631 noa_info->paused = true; in phl_p2pps_noa_pause_all()
|
| H A D | phl_p2pps_def.h | 22 u8 paused; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_p2pps.c | 83 info->en_desc_num, info->paused); in _phl_p2pps_dump_noa_table() 424 if (noa_info->paused && clear_desc) { in _phl_p2pps_noa_disable() 495 noa_info->paused = false; in _phl_p2pps_noa_disable_all() 534 if (noa_info->paused) { in _phl_p2pps_noa_enable() 577 if (!noa_info->paused) { in phl_p2pps_noa_resume_all() 583 noa_info->paused = false; in phl_p2pps_noa_resume_all() 626 if (noa_info->paused) { in phl_p2pps_noa_pause_all() 631 noa_info->paused = true; in phl_p2pps_noa_pause_all()
|
| H A D | phl_p2pps_def.h | 22 u8 paused; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | strparser.h | 82 u32 paused : 1; member 99 strp->paused = 1; in strp_pause()
|
| /OK3568_Linux_fs/kernel/sound/pci/lola/ |
| H A D | lola_pcm.c | 131 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo() 139 str->paused = 0; in lola_sync_wait_for_fifo() 162 if (str->paused && str->prepared) in lola_sync_pause() 172 if (str->paused) in lola_stream_reset() 543 str->paused = !start; in lola_pcm_trigger()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 143 - Start the decoder. When the decoder is already running or paused, 145 calling ``V4L2_DEC_CMD_START`` when the decoder was paused will 180 already paused, this command does nothing. This command has one 182 decoder output to black when paused.
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma.c | 294 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 564 if (!mchan->paused) { in hidma_pause() 568 mchan->paused = true; in hidma_pause() 583 if (mchan->paused) { in hidma_resume() 587 mchan->paused = false; in hidma_resume()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.h | 130 bool ContinueRunning(bool *paused); 305 virtual bool IsReadyToRun(bool *paused = NULL) { 306 return worker_status_->ContinueRunning(paused);
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | rack-meter.c | 69 int paused; member 151 rm->paused = pause; in rackmeter_do_pause() 248 if (pause != rm->paused) { in rackmeter_do_timer()
|
| /OK3568_Linux_fs/buildroot/package/madplay/ |
| H A D | 0001-switch-to-new-alsa-api.patch | 20 -int paused = 0; 32 +int paused = 0;
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/ |
| H A D | ssv_hci.h | 29 bool paused; member
|