Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uvoice/common/
A Devent.c40 static os_message_queue_t uvoice_event_msgqueue; variable
84 if (uvoice_event_msgqueue) { in uvoice_event_init()
90 if (!uvoice_event_msgqueue) { in uvoice_event_init()
99 os_message_queue_free(uvoice_event_msgqueue); in uvoice_event_init()
100 uvoice_event_msgqueue = NULL; in uvoice_event_init()
121 if (uvoice_event_msgqueue) { in uvoice_event_deinit()
122 os_message_queue_free(uvoice_event_msgqueue); in uvoice_event_deinit()
123 uvoice_event_msgqueue = NULL; in uvoice_event_deinit()
151 if (!uvoice_event_msgqueue) { in uvoice_event_post()
156 ret = os_message_queue_send(uvoice_event_msgqueue, &event, sizeof(uvoice_event_t), 0); in uvoice_event_post()
[all …]

Completed in 2 milliseconds