Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h88 typedef void * aos_hdl_t; /**< AOS内核对象句柄通用类型 */ typedef
98 typedef aos_hdl_t aos_task_t; /**< AOS任务对象句柄类型 */
108 typedef aos_hdl_t aos_mutex_t; /**< AOS互斥量对象句柄类型 */
118 typedef aos_hdl_t aos_sem_t; /**< AOS信号量对象句柄类型 */
128 typedef aos_hdl_t aos_event_t; /**< AOS信号量对象句柄类型 */
138 typedef aos_hdl_t aos_queue_t; /**< AOS消息队列对象句柄类型 */
148 typedef aos_hdl_t aos_timer_t; /**< AOS定时器对象句柄类型 */
160 aos_hdl_t hdl; /**< internel rhino handle */
165 typedef aos_hdl_t aos_work_t; /**< AOS任务队列中任务的对象句柄类型 */
A Drhino.h136 aos_status_t aos_timer_gettime(aos_hdl_t *timer, uint64_t value[]);
/AliOS-Things-master/components/epoll/include/private/
A Depoll_inner.h35 aos_hdl_t rbt_mutex;
36 aos_hdl_t evt_mutex;
37 aos_hdl_t event;
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h131 aos_hdl_t mutex;
132 aos_hdl_t evt;
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dtemplate.c127 aos_hdl_t *event_hdl;
150 …m_handler_t playback_open(int mode, int sampleRate, int channels, int format, aos_hdl_t *event_hdl) in playback_open()
217 …r_t codec_pcm_stream_open(int mode, int sampleRate, int channels, int format, aos_hdl_t *event_hdl) in codec_pcm_stream_open()
A Dcap_task.c41 static aos_hdl_t flagMutex;
A Dpb_task.c40 static aos_hdl_t flagMutex;
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/
A Daudio_rtos.h47 …pcm_stream_handler_t (*open)(int mode, int sampleRate, int channels, int format, aos_hdl_t *event_…
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Daudio_drv.h79 aos_hdl_t *hdl; /**< aos_event_t handler pointer */
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Daudio.c107 …ream_open(int mode, int sampleRate, int channels, pcm_stream_format_t format, aos_hdl_t *event_hdl) in codec_pcm_stream_open()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Daudio.c205 …ream_open(int mode, int sampleRate, int channels, pcm_stream_format_t format, aos_hdl_t *event_hdl) in codec_pcm_stream_open()

Completed in 31 milliseconds