Searched refs:hwDev (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioStreamOut.cpp | 49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const in hwDev() function in android::AudioStreamOut 131 int status = hwDev()->openOutputStream( in open() 153 status = hwDev()->openOutputStream( in open()
|
D | AudioStreamOut.h | 44 sp<DeviceHalInterface> hwDev() const;
|
D | Threads.h | 1718 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, 1812 AudioHwDevice *hwDev, AudioStreamOut *output, 1862 AudioHwDevice *hwDev, AudioStreamIn *input,
|
D | AudioFlinger.h | 757 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev() function
|
D | Threads.cpp | 8465 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()
|