Searched defs:hwDev (Results 1 - 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
H A D | AudioStreamOut.cpp | 49 sp<DeviceHalInterface> AudioStreamOut::hwDev() const function in class:android::AudioStreamOut 130 int status = hwDev()->openOutputStream( 152 status = hwDev()->openOutputStream(
|
H A D | AudioFlinger.h | 688 sp<DeviceHalInterface> hwDev() const { return audioHwDev->hwDevice(); } function in struct:android::AudioFlinger::AudioStreamIn
|
H A D | Threads.cpp | 7924 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, 7929 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), 8651 AudioHwDevice *hwDev, AudioStreamOut *output, 8653 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady), 8854 AudioHwDevice *hwDev, AudioStreamIn *input, 8856 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady), 7922 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 8649 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 8852 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 26 milliseconds