Home | History | Annotate | Download | only in alsa_sound

Lines Matching full:static

26 static int s_device_open(const hw_module_t*, const char*, hw_device_t**);
27 static int s_device_close(hw_device_t*);
29 static status_t s_use_handle(acoustic_device_t *, alsa_handle_t *);
30 static status_t s_cleanup(acoustic_device_t *);
31 static status_t s_set_params(acoustic_device_t *,
34 static hw_module_methods_t s_module_methods = {
50 static int s_device_open(const hw_module_t* module, const char* name,
76 static int s_device_close(hw_device_t* device)
82 static status_t s_use_handle(acoustic_device_t *dev, alsa_handle_t *h)
87 static status_t s_cleanup(acoustic_device_t *dev)
93 static status_t s_set_params(acoustic_device_t *dev,