Searched refs:aos_hdl_t (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 88 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 D | rhino.h | 136 aos_status_t aos_timer_gettime(aos_hdl_t *timer, uint64_t value[]);
|
/AliOS-Things-master/components/epoll/include/private/ |
A D | epoll_inner.h | 35 aos_hdl_t rbt_mutex; 36 aos_hdl_t evt_mutex; 37 aos_hdl_t event;
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 131 aos_hdl_t mutex; 132 aos_hdl_t evt;
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | template.c | 127 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 D | cap_task.c | 41 static aos_hdl_t flagMutex;
|
A D | pb_task.c | 40 static aos_hdl_t flagMutex;
|
/AliOS-Things-master/components/a2sa/internal/driver/platform/rtos/ |
A D | audio_rtos.h | 47 …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 D | audio_drv.h | 79 aos_hdl_t *hdl; /**< aos_event_t handler pointer */
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | audio.c | 107 …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 D | audio.c | 205 …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