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.h1466 AudioHwDevice *hwDev, sp<StreamHalInterface> stream,
1549 AudioHwDevice *hwDev, AudioStreamOut *output,
1596 AudioHwDevice *hwDev, AudioStreamIn *input,
H A DAudioFlinger.h704 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } function in struct:android::AudioFlinger::AudioStreamIn
H A DThreads.cpp7544 AudioHwDevice *hwDev, sp<StreamHalInterface> stream,
7547 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev)
8203 AudioHwDevice *hwDev, AudioStreamOut *output,
8205 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady),
8376 AudioHwDevice *hwDev, AudioStreamIn *input,
8378 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady),
7542 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
8201 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
8374 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 102 milliseconds