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

  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 296 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_RECOGNITION,
349 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SOUNDMODEL,
386 sendCallbackEvent_l(new CallbackEvent(CallbackEvent::TYPE_SERVICE_STATE,
391 void SoundTriggerHwService::sendCallbackEvent_l(const sp<CallbackEvent>& event)
396 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event)
439 sp<CallbackEvent> event;
470 const sp<SoundTriggerHwService::CallbackEvent>& event
    [all...]
SoundTriggerHwService.h 84 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);
  /external/v8/src/
log.h 223 void CallbackEvent(Name* name, Address entry_point);
472 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
511 virtual void CallbackEvent(Name* name, Address entry_point) { }
log.cc 1120 void Logger::CallbackEvent(Name* name, Address entry_point) {
1121 PROFILER_LOG(CallbackEvent(name, entry_point));
    [all...]
  /external/v8/src/profiler/
cpu-profiler.cc 203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {

Completed in 94 milliseconds