Lines Matching defs:DevHandle
131 struct DevHandle {
267 struct DevHandle *devDataHandle; // Bind Data handle
268 struct DevHandle *devCtlHandle; // Bind Ctl handle
304 struct DevHandle *devDataHandle; // Bind Data handle
305 struct DevHandle *devCtlHandle; // Bind Ctl handle
386 typedef struct DevHandle *(*BindServiceRenderSo)(const char *);
387 typedef int32_t (*InterfaceLibModeRenderSo)(struct DevHandle *, struct AudioHwRenderParam *, int);
388 typedef void(*CloseServiceRenderSo)(struct DevHandle *);
390 typedef struct DevHandle *(*BindServiceCaptureSo)(const char *);
391 typedef int32_t (*InterfaceLibModeCaptureSo)(struct DevHandle *, struct AudioHwCaptureParam *, int);
392 typedef void(*CloseServiceCaptureSo)(struct DevHandle *);