Lines Matching defs:handle
216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value) in deviceName()
262 status_t setHardwareParams(alsa_handle_t *handle) in setHardwareParams()
344 status_t setSoftwareParams(alsa_handle_t *handle) in setSoftwareParams()
392 void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode) in switchDevice()
629 static status_t s_open(alsa_handle_t *handle) in s_open()
730 static status_t s_start_voip_call(alsa_handle_t *handle) in s_start_voip_call()
829 static status_t s_start_voice_call(alsa_handle_t *handle) in s_start_voice_call()
949 static status_t s_start_fm(alsa_handle_t *handle) in s_start_fm()
1075 static status_t s_start(alsa_handle_t *handle) in s_start()
1089 static status_t s_close(alsa_handle_t *handle) in s_close()
1147 static status_t s_standby(alsa_handle_t *handle) in s_standby()
1182 static status_t s_route(alsa_handle_t *handle, uint32_t devices, int mode) in s_route()
1272 static void disableDevice(alsa_handle_t *handle) in disableDevice()