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.c891 static int adev_open_input_stream(struct audio_hw_device *dev, function
900 ALOGV("usb: in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
1123 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.cpp1379 static int adev_open_input_stream(struct audio_hw_device *dev, function in namespace:android
1390 ALOGD("adev_open_input_stream()");
1399 ALOGE("adev_open_input_stream(): Unable to open input stream.");
1457 ALOGV("adev_open_input_stream(): about to create pipe");
1463 ALOGE_IF(in->log_fd < 0, "adev_open_input_stream(): log file open failed %s",
1465 ALOGV("adev_open_input_stream(): log_fd = %d", in->log_fd);
1535 rsxadev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2348 static int adev_open_input_stream(struct audio_hw_device *dev, function
2493 /* should be the usecases enabled in adev_open_input_stream() */
2660 adev->device.open_input_stream = adev_open_input_stream;

Completed in 21 milliseconds