Searched refs:mHwDevice (Results 1 – 2 of 2) sorted by relevance
168 return mHwDevice->supportsAudioPatches(&result) == OK ? result : false; in supportsAudioPatches()172 return mHwDevice->getAudioPort(port); in getAudioPort()177 return mHwDevice->getMmapPolicyInfos(policyType, policyInfos); in getMmapPolicyInfos()181 return mHwDevice->getAAudioMixerBurstCount(); in getAAudioMixerBurstCount()185 return mHwDevice->getAAudioHardwareBurstMinUsec(); in getAAudioHardwareBurstMinUsec()190 return mHwDevice->getAudioMixPort(devicePort, mixPort); in getAudioMixPort()
53 , mHwDevice(hwDevice) in AudioHwDevice()75 [[nodiscard]] sp<DeviceHalInterface> hwDevice() const { return mHwDevice; } in hwDevice()121 sp<DeviceHalInterface> mHwDevice; variable