Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h113 const sp<SoundTriggerHalInterface>& halInterface,
129 sp<SoundTriggerHalInterface> halInterface() const { return mHalInterface; } in halInterface() function
DSoundTriggerHwService.cpp81 sp<SoundTriggerHalInterface> halInterface = in onFirstRef() local
84 if (halInterface == 0) { in onFirstRef()
89 rc = halInterface->getProperties(&descriptor.properties); in onFirstRef()
99 sp<Module> module = new Module(this, halInterface, descriptor); in onFirstRef()
500 const sp<SoundTriggerHalInterface>& halInterface, in Module() argument
502 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor), in Module()