Searched refs:mHwDevice (Results 1 – 2 of 2) sorted by relevance
49 , mHwDevice(hwDevice) in AudioHwDevice()67 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()89 sp<DeviceHalInterface> mHwDevice; variable
98 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()