Searched refs:halInterface (Results 1 – 2 of 2) sorted by relevance
113 const sp<SoundTriggerHalInterface>& halInterface,129 sp<SoundTriggerHalInterface> halInterface() const { return mHalInterface; } in halInterface() function
81 sp<SoundTriggerHalInterface> halInterface = in onFirstRef() local84 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() argument502 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor), in Module()