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

/frameworks/av/services/audioflinger/
H A DAudioStreamOut.cpp49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const function in class:android::AudioStreamOut
130 int status = hwDev()->openOutputStream(
152 status = hwDev()->openOutputStream(
H A DAudioStreamOut.h44 sp<DeviceHalInterface> hwDev() const;
H A DThreads.h1474 AudioHwDevice *hwDev, sp<StreamHalInterface> stream,
1559 AudioHwDevice *hwDev, AudioStreamOut *output,
1607 AudioHwDevice *hwDev, AudioStreamIn *input,
H A DAudioFlinger.h707 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } function in struct:android::AudioFlinger::AudioStreamIn
H A DThreads.cpp7566 AudioHwDevice *hwDev, sp<StreamHalInterface> stream,
7571 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev),
8251 AudioHwDevice *hwDev, AudioStreamOut *output,
8253 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady),
8425 AudioHwDevice *hwDev, AudioStreamIn *input,
8427 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady),
7564 MmapThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, sp<StreamHalInterface> stream, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
8249 MmapPlaybackThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, AudioStreamOut *output, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument
8423 MmapCaptureThread( const sp<AudioFlinger>& audioFlinger, audio_io_handle_t id, AudioHwDevice *hwDev, AudioStreamIn *input, audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady) argument

Completed in 3146 milliseconds