HomeSort by relevance Sort by last modified time
    Searched defs:hwDevice (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
AudioHwDevice.h 42 sp<DeviceHalInterface> hwDevice,
46 , mHwDevice(hwDevice)
60 sp<DeviceHalInterface> hwDevice() const { return mHwDevice; }
PatchPanel.cpp 205 sp<DeviceHalInterface> hwDevice =
206 audioflinger->mAudioHwDevs.valueAt(index)->hwDevice();
207 hwDevice->releaseAudioPatch(halHandle);
347 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice();
348 status = hwDevice->createAudioPatch(patch->num_sources,
627 sp<DeviceHalInterface> hwDevice = audioHwDevice->hwDevice();
628 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle);
694 return audioHwDevice->hwDevice()->setAudioPortConfig(config)
    [all...]
Threads.cpp     [all...]

Completed in 276 milliseconds