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

  /frameworks/av/services/audioflinger/
AudioHwDevice.h 43 audio_hw_device_t *hwDevice,
47 , mHwDevice(hwDevice)
61 audio_hw_device_t *hwDevice() const { return mHwDevice; }
PatchPanel.cpp 205 audio_hw_device_t *hwDevice =
206 audioflinger->mAudioHwDevs.valueAt(index)->hwDevice();
207 hwDevice->release_audio_patch(hwDevice, halHandle);
347 audio_hw_device_t *hwDevice = audioHwDevice->hwDevice();
348 status = hwDevice->create_audio_patch(hwDevice,
626 audio_hw_device_t *hwDevice = audioHwDevice->hwDevice();
    [all...]
Threads.cpp     [all...]
  /frameworks/av/services/radio/
RadioService.h 69 Module(radio_hw_device* hwDevice,
86 const struct radio_hw_device *hwDevice() const { return mHwDevice; }
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 106 sound_trigger_hw_device* hwDevice,
126 sound_trigger_hw_device *hwDevice() const { return mHwDevice; }

Completed in 653 milliseconds