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 | 1752 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady); 1850 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady); 1899 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady);
|
D | AudioFlinger.h | 787 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } in hwDev() function
|
D | Threads.cpp | 8509 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()
|