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.h1772 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady,
1874 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady);
1921 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady);
DAudioFlinger.h800 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev() function
DThreads.cpp8719 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady, bool isOut) in MmapThread() argument
8723 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
9448 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady) in MmapPlaybackThread() argument
9449 : MmapThread(audioFlinger, id, hwDev, output->stream, systemReady, true /* isOut */), in MmapPlaybackThread()
9659 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady) in MmapCaptureThread() argument
9660 : MmapThread(audioFlinger, id, hwDev, input->stream, systemReady, false /* isOut */), in MmapCaptureThread()