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

/hardware/libhardware/modules/audio/
H A Daudio_hw.c327 static int adev_open_input_stream(struct audio_hw_device *dev, function
418 adev->device.open_input_stream = adev_open_input_stream;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c888 static int adev_open_input_stream(struct audio_hw_device *dev, function
963 adev->hw_device.open_input_stream = adev_open_input_stream;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c885 static int adev_open_input_stream(struct audio_hw_device *dev, function
894 ALOGV("usb: in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
1118 adev->hw_device.open_input_stream = adev_open_input_stream;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp552 static int adev_open_input_stream(struct audio_hw_device *dev, function
670 ladev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp620 static int adev_open_input_stream(struct audio_hw_device *dev, function
746 qadev->device.open_input_stream = adev_open_input_stream;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1493 static int adev_open_input_stream(struct audio_hw_device *dev,
1504 ALOGD("adev_open_input_stream(addr=%s)", address);
1525 ALOGE("adev_open_input_stream(): Unable to open input stream.");
1592 ALOGV("adev_open_input_stream(): about to create pipe");
1599 ALOGE_IF(in->log_fd < 0, "adev_open_input_stream(): log file open failed %s",
1601 ALOGV("adev_open_input_stream(): log_fd = %d", in->log_fd);
1689 rsxadev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2339 static int adev_open_input_stream(struct audio_hw_device *dev, function
2484 /* should be the usecases enabled in adev_open_input_stream() */
2651 adev->device.open_input_stream = adev_open_input_stream;

Completed in 1033 milliseconds