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.cpp288 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_RECOGNITION, in sendRecognitionEvent()
341 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SOUNDMODEL, in sendSoundModelEvent()
378 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SERVICE_STATE, in sendServiceStateEvent_l()
383 void SoundTriggerHwService::sendCallbackEvent_l(const sp<CallbackEvent>& event) in sendCallbackEvent_l()
388 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent()
431 sp<CallbackEvent> event; in threadLoop()
462 const sp<SoundTriggerHwService::CallbackEvent>& event) in sendCallbackEvent()
469 SoundTriggerHwService::CallbackEvent::CallbackEvent(event_type type, sp<IMemory> memory, in CallbackEvent() function in android::SoundTriggerHwService::CallbackEvent
475 SoundTriggerHwService::CallbackEvent::~CallbackEvent() in ~CallbackEvent()
668 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent()
[all …]