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

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h111 const sp<SoundTriggerHalInterface>& halInterface,
126 sp<SoundTriggerHalInterface> halInterface() const { return mHalInterface; } function in class:android::SoundTriggerHwService::Module
H A DSoundTriggerHwService.cpp58 sp<SoundTriggerHalInterface> halInterface = local
61 if (halInterface == 0) {
66 rc = halInterface->getProperties(&descriptor.properties);
76 sp<Module> module = new Module(this, halInterface, descriptor);
499 const sp<SoundTriggerHalInterface>& halInterface,
501 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor),
498 Module(const sp<SoundTriggerHwService>& service, const sp<SoundTriggerHalInterface>& halInterface, sound_trigger_module_descriptor descriptor) argument

Completed in 39 milliseconds