Home
last modified time | relevance | path

Searched refs:mHwDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioHwDevice.h49 , mHwDevice(hwDevice) in AudioHwDevice()
67 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()
89 sp<DeviceHalInterface> mHwDevice; variable
DAudioHwDevice.cpp98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()