Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h2064 sp<DeviceHalInterface> mHalDevice; variable
H A DThreads.cpp9400 mHalStream(stream), mHalDevice(hwDev->hwDevice()), mAudioHwDev(hwDev), in MmapThread()
9897 status = mHalDevice->createAudioPatch(patch->num_sources, in createAudioPatch_l()
9952 bool supportsAudioPatches = mHalDevice->supportsAudioPatches(&supportsAudioPatches) == OK ? in releaseAudioPatch_l()
9956 status = mHalDevice->releaseAudioPatch(handle); in releaseAudioPatch_l()