Searched defs:SoundModelClient (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.h44 class SoundModelClient : public RefBase { class in class:android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
46 SoundModelClient(uint32_t id, ISoundTriggerHwCallback::CallbackCookie cookie) function in class:android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl::SoundModelClient
48 virtual ~SoundModelClient() {}
91 sp<SoundModelClient> client);
134 class SoundModelClient_2_0 : public SoundModelClient {
138 : SoundModelClient(id, cookie), mCallback(callback) {}
172 DefaultKeyedVector<int32_t, sp<SoundModelClient> > mClients;

Completed in 70 milliseconds