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

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h133 void onCallbackEvent(const sp<CallbackEvent>& event);
193 void onCallbackEvent(const sp<CallbackEvent>& event);
H A DSoundTriggerHwService.cpp396 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) function in class:android::SoundTriggerHwService
398 ALOGV("onCallbackEvent");
407 module->onCallbackEvent(event);
456 service->onCallbackEvent(event);
672 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) function in class:android::SoundTriggerHwService::Module
674 ALOGV("onCallbackEvent type %d", event->mType);
699 ALOGV("onCallbackEvent model->mState %d != Model::STATE_ACTIVE", model->mState);
739 LOG_ALWAYS_FATAL("onCallbackEvent unknown event type %d", event->mType);
802 // keep model in ACTIVE state so that event is processed by onCallbackEvent()
/frameworks/av/services/radio/
H A DRadioService.h174 void onCallbackEvent(const sp<IMemory>& event);
H A DRadioService.cpp290 moduleClient->onCallbackEvent(eventMemory);
867 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) function in class:android::RadioService::ModuleClient

Completed in 481 milliseconds