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

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h84 class CallbackEvent : public RefBase { class in class:android::SoundTriggerHwService
91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
93 virtual ~CallbackEvent();
133 void onCallbackEvent(const sp<CallbackEvent>& event);
170 void sendCallbackEvent(const sp<CallbackEvent>& event);
176 Vector< sp<CallbackEvent> > mEventQueue;
192 void sendCallbackEvent_l(const sp<CallbackEvent>& event);
193 void onCallbackEvent(const sp<CallbackEvent>& event);
H A DSoundTriggerHwService.cpp288 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_RECOGNITION,
341 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SOUNDMODEL,
378 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SERVICE_STATE,
383 void SoundTriggerHwService::sendCallbackEvent_l(const sp<CallbackEvent>& event)
388 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event)
431 sp<CallbackEvent> event;
462 const sp<SoundTriggerHwService::CallbackEvent>
469 SoundTriggerHwService::CallbackEvent::CallbackEvent(event_type type, sp<IMemory> memory, function in class:android::SoundTriggerHwService::CallbackEvent
[all...]

Completed in 1055 milliseconds