Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h133 void onCallbackEvent(const sp<CallbackEvent>& event);
193 void onCallbackEvent(const sp<CallbackEvent>& event);
DSoundTriggerHwService.cpp396 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent() function in android::SoundTriggerHwService
407 module->onCallbackEvent(event); in onCallbackEvent()
456 service->onCallbackEvent(event); in threadLoop()
672 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent() function in android::SoundTriggerHwService::Module
/frameworks/av/services/radio/
DRadioService.h174 void onCallbackEvent(const sp<IMemory>& event);
DRadioService.cpp290 moduleClient->onCallbackEvent(eventMemory); in threadLoop()
867 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) in onCallbackEvent() function in android::RadioService::ModuleClient