Home
last modified time | relevance | path

Searched refs:PLAYER_STAT_PAUSED (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/uvoice/include/
A Duvoice_player.h21 PLAYER_STAT_PAUSED, enumerator
/AliOS-Things-master/components/uvoice/media/
A Duvoice_player.c91 if (player->state == PLAYER_STAT_PAUSED || in player_can_resume()
108 player->state == PLAYER_STAT_PAUSED) in player_can_seek()
116 player->state == PLAYER_STAT_PAUSED) in player_can_download()
134 player->state == PLAYER_STAT_PAUSED || in player_can_stop()
143 player->state == PLAYER_STAT_PAUSED || in player_can_set_stream()
1072 player->state = PLAYER_STAT_PAUSED; in player_task()
1086 } else if (player->state == PLAYER_STAT_PAUSED && in player_task()
1776 if (player->state != PLAYER_STAT_PAUSED) { in player_pause()
1816 if (player->state == PLAYER_STAT_PAUSED) in player_resume()
3295 player->state == PLAYER_STAT_PAUSED || in player_get_duration()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_audioplayer.c87 case PLAYER_STAT_PAUSED: in audioplayer_state_cb()
402 case PLAYER_STAT_PAUSED: in native_audioplayer_state_get()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/audio/
A Dmodule_audioplayer.c110 case PLAYER_STAT_PAUSED: in audioplayer_state_cb()
425 case PLAYER_STAT_PAUSED: in native_audioplayer_state_get()

Completed in 11 milliseconds