Home
last modified time | relevance | path

Searched refs:pause (Results 201 - 225 of 253) sorted by relevance

1234567891011

/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c928 .pause = xfer_libasound_pause,
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js399 readable.pause();
H A Dtest-readline-promises-interface.js17 pause() {}
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.cpp108 oboe::Result ActivityContext::pause() { in pause() function in ActivityContext
H A Djni-bridge.cpp156 return (jint) engine.getCurrentActivity()->pause(); in Java_com_google_sample_oboe_manualtest_TestAudioActivity_pauseNative()
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c815 * Generate a pause packet that either pauses or unpauses the current stream.
817 static int gen_pause(URLContext *s, RTMPContext *rt, int pause, uint32_t timestamp) in gen_pause() argument
823 av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", in gen_pause()
832 ff_amf_write_string(&p, "pause"); in gen_pause()
835 ff_amf_write_bool(&p, pause); // pause or unpause in gen_pause()
836 ff_amf_write_number(&p, timestamp); //where we pause the stream in gen_pause()
2942 static int rtmp_pause(URLContext *s, int pause) in rtmp_pause() argument
2948 if ((ret = gen_pause(s, rt, pause, rt->last_timestamp)) < 0) { in rtmp_pause()
2949 av_log(s, AV_LOG_ERROR, "Unable to send pause comman in rtmp_pause()
[all...]
H A Daviobuf.c1329 int avio_pause(AVIOContext *s, int pause) in avio_pause() argument
1333 return s->read_pause(s->opaque, pause); in avio_pause()
/third_party/alsa-lib/src/pcm/
H A Dpcm_dshare.c620 .pause = snd_pcm_dshare_pause,
H A Dpcm_hw.c480 * In older versions, timer uses pause events instead in snd_pcm_hw_change_timer()
1551 .pause = snd_pcm_hw_pause,
1582 .pause = snd_pcm_hw_pause,
H A Dpcm_dmix.c924 .pause = snd_pcm_dmix_pause,
H A Dpcm_meter.c538 .pause = snd_pcm_generic_pause,
H A Dpcm_file.c856 .pause = snd_pcm_generic_pause,
/third_party/node/lib/internal/
H A Dchild_process.js436 stream._stdio.pause();
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js370 this.socket.pause();
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c496 pause(); in pause_me()
1082 .cmd_name = "pause",.cmd_func = pause_me,.cmd_help =
1083 "pause - pause program until signal"
/third_party/node/deps/llhttp/src/
H A Dllhttp.c5909 state->reason = "on_message_complete pause"; in llhttp__internal__run()
5927 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
5966 state->reason = "on_message_complete pause"; in llhttp__internal__run()
6005 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
6069 state->reason = "on_chunk_header pause"; in llhttp__internal__run()
6197 state->reason = "on_message_complete pause"; in llhttp__internal__run()
8089 state->reason = "on_message_begin pause"; in llhttp__internal__run()
13870 state->reason = "on_message_complete pause"; in llhttp__internal__run()
13888 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
13927 state->reason = "on_message_complete pause"; in llhttp__internal__run()
[all...]
/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c1867 bool pause) in h3_data_pause()
1871 if(!pause) { in h3_data_pause()
1865 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
H A Dcurl_osslq.c614 bool pause) in h3_data_pause()
616 if(!pause) { in h3_data_pause()
612 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
H A Dcurl_quiche.c1115 bool pause) in h3_data_pause()
1119 if(!pause) { in h3_data_pause()
1113 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
/third_party/node/lib/
H A Dnet.js493 // Stop the handle from reading and pause the stream
753 Socket.prototype.pause = function() {
763 return stream.Duplex.prototype.pause.call(this);
/third_party/node/deps/undici/
H A Dundici.js9027 const pause = request.onHeaders(statusCode, headers, this.resume, statusText) === false;
9041 return pause ? constants.ERROR.PAUSED : 0;
9656 stream.pause();
9664 stream.pause();
9785 if (!writer.write(chunk) && this.pause) {
9786 this.pause();
11861 this.pause();
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h294 * It does not pause tracing or analyzing threading APIs.
314 ITT_STUBV(ITTAPI, void, pause, (void))
317 #define __itt_pause ITTNOTIFY_VOID(pause)
318 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp808 ANGLE_TRY(previousQuery->pause(context)); in pauseAllQueries()
823 ANGLE_TRY(previousQuery->pause(context)); in pauseQuery()
873 // If the context has changed, pause the previous context's queries in onMakeCurrent()
883 ANGLE_TRY(currentQuery->pause(context)); in onMakeCurrent()
/third_party/python/Lib/test/
H A Dtest_functools.py1694 pause = threading.Barrier(n+1)
1698 pause.wait(10)
1711 pause.wait(10)
1714 pause.reset()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm898 bpt pause 0x0
901 bpt pause 0x0

Completed in 70 milliseconds

1234567891011