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

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h139 void onCallbackEvent(const sp<CallbackEvent>& event);
180 void onCallbackEvent(const sp<CallbackEvent>& event);
230 void onCallbackEvent(const sp<CallbackEvent>& event);
H A DSoundTriggerHwService.cpp393 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) function in class:android::SoundTriggerHwService
395 ALOGV("onCallbackEvent");
410 ALOGV("onCallbackEvent for module");
411 module->onCallbackEvent(event);
413 ALOGV("onCallbackEvent for moduleClient");
414 moduleClient->onCallbackEvent(event);
464 service->onCallbackEvent(event);
746 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) function in class:android::SoundTriggerHwService::Module
748 ALOGV("onCallbackEvent type %d", event->mType);
773 ALOGV("onCallbackEvent mode
1070 void SoundTriggerHwService::ModuleClient::onCallbackEvent(const sp<CallbackEvent>& event) function in class:android::SoundTriggerHwService::ModuleClient
[all...]

Completed in 37 milliseconds