Home
last modified time | relevance | path

Searched refs:read_started (Results 1 – 24 of 24) sorted by relevance

/dports/net/mediastreamer/mediastreamer-2.16.1/src/audiofilters/
H A Dpasnd.c45 bool_t read_started; member
64 if (!device->read_started && !device->write_started) in SpeakerCallback()
107 if (!device->read_started && !device->write_started) in WaveInCallback()
113 if (device->read_started) in WaveInCallback()
293 d->read_started=FALSE; in pasnd_init()
440 if (d->read_started==FALSE && d->write_started==FALSE){ in pasnd_start_r()
442 d->read_started=TRUE; in pasnd_start_r()
444 }else d->read_started=TRUE; in pasnd_start_r()
449 d->read_started=FALSE; in pasnd_stop_r()
458 if (d->read_started==FALSE && d->write_started==FALSE){ in pasnd_start_w()
[all …]
H A Doss.c117 bool_t read_started; member
224 d->read_started=FALSE; in oss_init()
306 while(d->read_started || d->write_started){ in oss_thread()
309 if (d->read_started){ in oss_thread()
372 if (d->read_started==FALSE && d->write_started==FALSE){ in oss_start_r()
373 d->read_started=TRUE; in oss_start_r()
375 }else d->read_started=TRUE; in oss_start_r()
380 d->read_started=FALSE; in oss_stop_r()
388 if (d->read_started==FALSE && d->write_started==FALSE){ in oss_start_w()
399 if (d->read_started==FALSE){ in oss_stop_w()
H A Dwinsnd.c79 bool_t read_started; member
163 if (!device->read_started && !device->write_started) in WaveInCallback()
182 if (device->read_started) in WaveInCallback()
491 d->read_started=FALSE; in winsnd_init()
628 while(d->read_started || d->write_started){ in winsnd_thread()
790 if (d->read_started==FALSE && d->write_started==FALSE){ in winsnd_start_r()
791 d->read_started=TRUE; in winsnd_start_r()
793 }else d->read_started=TRUE; in winsnd_start_r()
798 d->read_started=FALSE; in winsnd_stop_r()
806 if (d->read_started==FALSE && d->write_started==FALSE){ in winsnd_start_w()
[all …]
H A Dalsa.c858 bool_t read_started; member
880 ad->read_started=FALSE; in alsa_read_init()
902 while (ad->read_started) in alsa_write_thread()
957 if (d->read_started==FALSE){ in alsa_start_r()
958 d->read_started=TRUE; in alsa_start_r()
960 }else d->read_started=TRUE; in alsa_start_r()
964 d->read_started=FALSE; in alsa_stop_r()
988 ad->read_started=FALSE; in alsa_read_postprocess()
1013 if (ad->handle==NULL && ad->pcmdev!=NULL && !ad->read_started){ in alsa_read_process()
1014 ad->read_started=TRUE; in alsa_read_process()
H A Daqsnd.m127 bool_t read_started; field
520 if (d->read_started == FALSE) {
707 if (d->read_started == FALSE) {
770 d->read_started = TRUE;
780 if (d->read_started == TRUE) {
782 d->read_started = FALSE; /* avoid a deadlock related to buffer conversion in callback */
959 d->read_started = FALSE;
H A Dmsiounit.m131 bool_t read_started; field
366 if (d->base.card->read_started) {
602 if (!(d->base.card->read_started=d->base.card->io_unit_started)) {
/dports/devel/libsigrok/libsigrok-0.5.2/src/scpi/
H A Dscpi_libgpib.c32 int read_started; member
118 gscpi->read_started = 0; in scpi_gpib_read_begin()
137 gscpi->read_started = 1; in scpi_gpib_read_data()
146 return gscpi->read_started && (ibsta & END); in scpi_gpib_read_complete()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h109 stats::get_instance()->read_started(size); in start()
202 stats::get_instance()->read_started(size); in start()
393 void read_started(unsigned_type size_, double now = 0.0);
412 inline void stats::read_started(unsigned_type size_, double now) in read_started() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Diostats.hpp96 file_stats_.read_started(size); in start()
171 file_stats_.read_started(size); in start()
242 void read_started(const size_t size_, double now = 0.0);
H A Diostats.cpp97 void file_stats::read_started(const size_t size, double now) in read_started() function in foxxll::file_stats
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c110 int read_started; member
317 if (port->read_started >= QUEUE_SIZE) in gs_start_rx()
337 port->read_started++; in gs_start_rx()
343 return port->read_started; in gs_start_rx()
422 port->read_started--; in gs_rx_push()
1407 port->read_allocated = port->read_started = in gserial_disconnect()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c110 int read_started; member
317 if (port->read_started >= QUEUE_SIZE) in gs_start_rx()
337 port->read_started++; in gs_start_rx()
343 return port->read_started; in gs_start_rx()
422 port->read_started--; in gs_rx_push()
1407 port->read_allocated = port->read_started = in gserial_disconnect()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c110 int read_started; member
317 if (port->read_started >= QUEUE_SIZE) in gs_start_rx()
337 port->read_started++; in gs_start_rx()
343 return port->read_started; in gs_start_rx()
422 port->read_started--; in gs_rx_push()
1407 port->read_allocated = port->read_started = in gserial_disconnect()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Dlinuxaio_request.cpp82 stats::get_instance()->read_started(m_bytes, now); in post()
H A Diostats.cpp188 void stats::read_started(unsigned_type size_, double now) in read_started() function in stats
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dssl_sock_imp_common.h125 pj_bool_t read_started; member
H A Dssl_sock_imp_common.c736 if (ssock->read_started) { in ssock_on_data_read()
827 if (ssock->read_started && ssock->param.cb.on_data_read) { in ssock_on_data_read()
1624 ssock->read_started = PJ_TRUE; in pj_ssl_sock_start_read2()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h491 unsigned int read_started :1; /* at least one call to png_read_row */ member
H A Dpngread.c323 if (png_ptr->read_started && in png_read_row()
347 png_ptr->read_started = 1; in png_read_row()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h491 unsigned int read_started :1; /* at least one call to png_read_row */ member
H A Dpngread.c323 if (png_ptr->read_started && in png_read_row()
347 png_ptr->read_started = 1; in png_read_row()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngstruct.h491 unsigned int read_started :1; /* at least one call to png_read_row */ member
H A Dpngread.c323 if (png_ptr->read_started && in png_read_row()
347 png_ptr->read_started = 1; in png_read_row()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/test/
H A Dclient.pyi26 read_started: bool = ...