Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/amp/jslib/src/
A Daudioplayer.js18 static pause() { method in audioplayer
19 return AUDIOPLAYER.pause();
/AliOS-Things-master/components/amp/libjs/lib/
A Daudioplayer.js18 pause() {
19 return __native.audioplayer.pause();
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat18 pause
36 pause
58 pause
/AliOS-Things-master/components/uvoice/connect/
A Duvoice_ws.h43 int uvoice_ws_recv_pause(int pause);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/
A Dwlan_intf.h76 int rltk_set_tx_pause(unsigned char pause);
/AliOS-Things-master/components/amp-utility/python/
A DPlayer.py49 def pause(): function
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Dpcm_dev.h27 int (*pause)(void *dev, int enable); member
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/
A Daudio_rtos.h51 int (*pause)(pcm_stream_handler_t hdl, int enable); member
/AliOS-Things-master/components/uvoice/include/
A Duvoice_player.h38 int (*pause)(void); member
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Daudio_rtos.c215 if(!pcm_dev->ops->pause) { in pcm_pause()
219 ret = pcm_dev->ops->pause(pcm_dev->hdl, enable); in pcm_pause()
344 .pause = pcm_pause,
A Dtemplate.c383 .pause = codec_pcm_stream_pause,
/AliOS-Things-master/components/uvoice/media/
A Duvoice_player.c889 player->pause = 0; in player_reset()
1014 player->pause = 0; in player_task()
1222 if (player->pause) in player_task()
1756 if (!player->pause) { in player_pause()
1757 player->pause = 1; in player_pause()
1811 if (!player->pause) { in player_resume()
1837 player->pause = 0; in player_resume()
1949 player->pause = 1; in player_pause_async()
1981 if (!player->pause) { in player_resume_async()
1986 player->pause = 0; in player_resume_async()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c25 int pause = 0; variable
44 while ( SDL_PollEvent(&event) || pause ) { in HandleEvent()
50 pause = !pause; in HandleEvent()
51 if (pause) { in HandleEvent()
63 if (pause) { in HandleEvent()
A DTestImageFilter.c102 void pause() in pause() function
430 pause(); in main()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_play.h158 uint32_t pause:1; member
/AliOS-Things-master/components/uvoice/test/
A Dtest_player.c160 uvocplayer->pause(); in play_sine_wave()
413 uvocplayer->pause(); in uvoice_play_test()
/AliOS-Things-master/components/SDL2/src/audio/netbsd/
A DSDL_netbsdaudio.c94 prinfo->pause ? "yes" : "no", in NETBSDAUDIO_Status()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Daudio.c391 .pause = codec_pcm_stream_pause,
/AliOS-Things-master/components/a2sa/src/driver/core/
A Daudio.c136 ret = pcm->ops->pause(pcm->private_data, (int)arg); in audio_pcm_ioctl()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_audioplayer.c269 if (player->pause()) { in native_audioplayer_pause()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/audio/
A Dmodule_audioplayer.c297 if (player->pause()) { in native_audioplayer_pause()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoiceplayer.c145 mp_int_t ret = self->player_obj->pause(); in uvoice_pause()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux75 'di' is the pause duration before next frame,
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c502 player->pause(); in __comb_task()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_session.c3193 int pause; in nghttp2_session_mem_send_internal() local
3238 pause = (rv == NGHTTP2_ERR_PAUSE); in nghttp2_session_mem_send_internal()
3253 if (pause) { in nghttp2_session_mem_send_internal()

Completed in 64 milliseconds

12