HomeSort by relevance Sort by last modified time
    Searched refs:open_output_stream (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libaudiohal/2.0/
DeviceHalLocal.cpp 112 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
117 int openResut = mDev->open_output_stream(
122 ALOGV("open_output_stream status %d stream %p", openResut, halStream);
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalLocal.cpp 113 ALOGV("open_output_stream handle: %d devices: %x flags: %#x"
118 int openResut = mDev->open_output_stream(
123 ALOGV("open_output_stream status %d stream %p", openResut, halStream);
  /hardware/libhardware/include/hardware/
audio.h 706 int (*open_output_stream)(struct audio_hw_device *dev, member in struct:audio_hw_device
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio.cpp 172 gce_audio_message::OPEN_OUTPUT_STREAM), MSG_DONTWAIT);
349 rval->open_output_stream =
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.impl.h 142 "open_output_stream handle: %d devices: %x flags: %#x "
148 mDevice->open_output_stream(mDevice, ioHandle, static_cast<audio_devices_t>(device.device),
151 ALOGV("open_output_stream status %d stream %p", status, halStream);
158 _hidl_cb(analyzeStatus("open_output_stream", status), streamOut, suggestedConfig);
  /hardware/libhardware/modules/audio_remote_submix/tests/
remote_submix_tests.cpp 125 status_t result = mDev->open_output_stream(mDev,
  /device/generic/goldfish/audio/
audio_hw_legacy.c 689 adev->device.open_output_stream = adev_open_output_stream;
audio_hw.c     [all...]
  /device/linaro/hikey/audio/
audio_hw.c 680 adev->hw_device.open_output_stream = adev_open_output_stream;
  /hardware/libhardware/modules/audio/
audio_hw.c 600 adev->device.open_output_stream = adev_open_output_stream;
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 941 adev->hw_device.open_output_stream = adev_open_output_stream;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 670 ladev->device.open_output_stream = adev_open_output_stream;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 741 qadev->device.open_output_stream = adev_open_output_stream;
  /device/generic/car/emulator/audio/driver/
audio_hw.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c     [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc     [all...]
  /system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 478 milliseconds