Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h84 class CallbackEvent : public RefBase {
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);
DSoundTriggerHwService.cpp296 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_RECOGNITION, in sendRecognitionEvent()
349 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SOUNDMODEL, in sendSoundModelEvent()
386 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SERVICE_STATE, in sendServiceStateEvent_l()
391 void SoundTriggerHwService::sendCallbackEvent_l(const sp<CallbackEvent>& event) in sendCallbackEvent_l()
396 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent()
439 sp<CallbackEvent> event; in threadLoop()
470 const sp<SoundTriggerHwService::CallbackEvent>& event) in sendCallbackEvent()
477 SoundTriggerHwService::CallbackEvent::CallbackEvent(event_type type, sp<IMemory> memory, in CallbackEvent() function in android::SoundTriggerHwService::CallbackEvent
483 SoundTriggerHwService::CallbackEvent::~CallbackEvent() in ~CallbackEvent()
672 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent()
[all …]