#include <sound_pcm.h>
成员变量 | |
int | fd |
aos_pcm_stream_t | stream |
aos_pcm_state_t | state |
char * | name |
int | mode |
int | card |
int | device |
aos_hdl_t | mutex |
aos_hdl_t | evt |
aos_pcm_hw_params_t * | hw_params |
aos_pcm_sw_params_t * | sw_params |
void * | open_func |
long | minperiodtime |
int | poll_fd_count |
unsigned short | poll_events |
int | setup: 1 |
int | compat: 1 |
unsigned int | mmap_rw: 1 |
unsigned int | mmap_shadow: 1 |
unsigned int | donot_close: 1 |
unsigned int | own_state_check:1 |
void * | private_data |
在文件 sound_pcm.h 第 122 行定义.
int card |
在文件 sound_pcm.h 第 129 行定义.
int compat |
在文件 sound_pcm.h 第 142 行定义.
int device |
在文件 sound_pcm.h 第 130 行定义.
unsigned int donot_close |
在文件 sound_pcm.h 第 145 行定义.
aos_hdl_t evt |
在文件 sound_pcm.h 第 132 行定义.
int fd |
在文件 sound_pcm.h 第 124 行定义.
aos_pcm_hw_params_t* hw_params |
在文件 sound_pcm.h 第 133 行定义.
long minperiodtime |
在文件 sound_pcm.h 第 138 行定义.
unsigned int mmap_rw |
在文件 sound_pcm.h 第 143 行定义.
unsigned int mmap_shadow |
在文件 sound_pcm.h 第 144 行定义.
int mode |
在文件 sound_pcm.h 第 128 行定义.
aos_hdl_t mutex |
在文件 sound_pcm.h 第 131 行定义.
char* name |
在文件 sound_pcm.h 第 127 行定义.
void* open_func |
在文件 sound_pcm.h 第 137 行定义.
unsigned int own_state_check |
在文件 sound_pcm.h 第 146 行定义.
unsigned short poll_events |
在文件 sound_pcm.h 第 140 行定义.
int poll_fd_count |
在文件 sound_pcm.h 第 139 行定义.
void* private_data |
在文件 sound_pcm.h 第 147 行定义.
int setup |
在文件 sound_pcm.h 第 141 行定义.
aos_pcm_state_t state |
在文件 sound_pcm.h 第 126 行定义.
aos_pcm_stream_t stream |
在文件 sound_pcm.h 第 125 行定义.
aos_pcm_sw_params_t* sw_params |
在文件 sound_pcm.h 第 134 行定义.