Searched refs:adev_open (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c432 static int adev_open(const hw_module_t* module, const char* name, function
435 ALOGV("adev_open: %s", name);
476 .open = adev_open,
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c1171 static int adev_open(const hw_module_t* module, const char* name, hw_device_t** device) function
1227 .open = adev_open,
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c913 static int adev_open(const hw_module_t* module, const char* name, function
955 .open = adev_open,
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1049 static int adev_open(const hw_module_t* module, const char* name, hw_device_t** device) function
1087 .open = adev_open,
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1716 static int adev_open(const hw_module_t* module, const char* name,
1719 ALOGI("adev_open(name=%s)", name);
1763 /* open */ adev_open,
/hardware/qcom/audio/hal/
H A Daudio_hw.c2823 * Suitable for calling only on initialization such as adev_open().
3001 static int adev_open(const hw_module_t *module, const char *name, function
3159 .open = adev_open,
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c3377 static int adev_open(const hw_module_t *module, const char *name, function
3527 .open = adev_open,

Completed in 49 milliseconds