Home
last modified time | relevance | path

Searched refs:hwDev (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioStreamOut.cpp49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev() function in android::AudioStreamOut
131 int status = hwDev()->openOutputStream( in open()
153 status = hwDev()->openOutputStream( in open()
DAudioStreamOut.h44 sp<DeviceHalInterface> hwDev() const;
DThreads.h1718 AudioHwDevice *hwDev, sp<StreamHalInterface> stream,
1812 AudioHwDevice *hwDev, AudioStreamOut *output,
1862 AudioHwDevice *hwDev, AudioStreamIn *input,
DAudioFlinger.h757 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev() function
DThreads.cpp8465 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, in MmapThread() argument
8470 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
9170 AudioHwDevice *hwDev, AudioStreamOut *output, in MmapPlaybackThread() argument
9172 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady), in MmapPlaybackThread()
9382 AudioHwDevice *hwDev, AudioStreamIn *input, in MmapCaptureThread() argument
9384 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady), in MmapCaptureThread()