Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h139 void onCallbackEvent(const sp<CallbackEvent>& event);
182 void onCallbackEvent(const sp<CallbackEvent>& event);
232 void onCallbackEvent(const sp<CallbackEvent>& event);
DSoundTriggerHwService.cpp391 void SoundTriggerHwService::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent() function in android::SoundTriggerHwService
409 module->onCallbackEvent(event); in onCallbackEvent()
412 moduleClient->onCallbackEvent(event); in onCallbackEvent()
462 service->onCallbackEvent(event); in threadLoop()
726 void SoundTriggerHwService::Module::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent() function in android::SoundTriggerHwService::Module
1045 void SoundTriggerHwService::ModuleClient::onCallbackEvent(const sp<CallbackEvent>& event) in onCallbackEvent() function in android::SoundTriggerHwService::ModuleClient
/frameworks/av/services/radio/
DRadioService.h178 void onCallbackEvent(const sp<IMemory>& event);
DRadioService.cpp271 moduleClient->onCallbackEvent(eventMemory); in threadLoop()
902 void RadioService::ModuleClient::onCallbackEvent(const sp<IMemory>& eventMemory) in onCallbackEvent() function in android::RadioService::ModuleClient