HomeSort by relevance Sort by last modified time
    Searched refs:halInterface (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 113 const sp<SoundTriggerHalInterface>& halInterface,
129 sp<SoundTriggerHalInterface> halInterface() const { return mHalInterface; }
SoundTriggerHwService.cpp 55 sp<SoundTriggerHalInterface> halInterface =
58 if (halInterface == 0) {
63 rc = halInterface->getProperties(&descriptor.properties);
73 sp<Module> module = new Module(this, halInterface, descriptor);
474 const sp<SoundTriggerHalInterface>& halInterface,
476 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor),
    [all...]

Completed in 2055 milliseconds