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.h1752 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady);
1850 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady);
1899 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady);
DAudioFlinger.h787 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev() function
DThreads.cpp8509 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady) in MmapThread() argument
8513 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
9205 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady) in MmapPlaybackThread() argument
9206 : MmapThread(audioFlinger, id, hwDev, output->stream, systemReady), in MmapPlaybackThread()
9416 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady) in MmapCaptureThread() argument
9417 : MmapThread(audioFlinger, id, hwDev, input->stream, systemReady), in MmapCaptureThread()