Home
last modified time | relevance | path

Searched refs:uvoice_event_register (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/uvoice/include/
A Duvoice_event.h41 int uvoice_event_register(uint16_t type, uvoice_event_cb cb, void *data);
/AliOS-Things-master/components/uvoice/test/
A Dtest_main.c98 uvoice_event_register(UVOICE_EV_PLAYER, in main()
A Dtest_player.c388 uvoice_event_register(UVOICE_EV_ST, uvoice_st_event_cb, NULL); in uvoice_play_test()
/AliOS-Things-master/components/uvoice/common/
A Devent.c178 int uvoice_event_register(uint16_t type, uvoice_event_cb cb, void *data) in uvoice_event_register() function
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_audioplayer.c218 if (uvoice_event_register(UVOICE_EV_PLAYER, in native_audioplayer_play()
443 if (uvoice_event_register(UVOICE_EV_PLAYER, in native_audioplayer_state_on()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/audio/
A Dmodule_audioplayer.c243 if (uvoice_event_register(UVOICE_EV_PLAYER, in native_audioplayer_play()
469 if (uvoice_event_register(UVOICE_EV_PLAYER, in native_audioplayer_state_on()
/AliOS-Things-master/components/uvoice/audio/
A Daudio_stream.c1010 uvoice_event_register(UVOICE_EV_SW, audio_sw_event_handle, adev); in audio_device_init()

Completed in 11 milliseconds