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

  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 87 class CallbackEvent : public RefBase {
94 CallbackEvent(event_type type, sp<IMemory> memory);
96 virtual ~CallbackEvent();
139 void onCallbackEvent(const sp<CallbackEvent>& event);
180 void onCallbackEvent(const sp<CallbackEvent>& event);
207 void sendCallbackEvent(const sp<CallbackEvent>& event);
213 Vector< sp<CallbackEvent> > mEventQueue;
229 void sendCallbackEvent(const sp<CallbackEvent>& event);
230 void onCallbackEvent(const sp<CallbackEvent>& event);
SoundTriggerHwService.cpp 264 sp<CallbackEvent> callbackEvent = new CallbackEvent(CallbackEvent::TYPE_RECOGNITION,
266 callbackEvent->setModule(module);
267 sendCallbackEvent(callbackEvent);
309 sp<CallbackEvent> callbackEvent = new CallbackEvent(CallbackEvent::TYPE_SOUNDMODEL
    [all...]
  /external/v8/src/
code-events.h 99 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
151 void CallbackEvent(Name* name, Address entry_point) {
152 CODE_EVENT_DISPATCH(CallbackEvent(name, entry_point));
log.h 153 void CallbackEvent(Name* name, Address entry_point);
397 void CallbackEvent(Name* name, Address entry_point) override {}
log.cc 995 void Logger::CallbackEvent(Name* name, Address entry_point) {
    [all...]
  /external/v8/src/profiler/
profiler-listener.h 29 void CallbackEvent(Name* name, Address entry_point) override;
profiler-listener.cc 25 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) {

Completed in 176 milliseconds