Home
last modified time | relevance | path

Searched refs:NotifyHandler (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/jni/tvinput/
H A DJTvInputHal.cpp358 JTvInputHal::NotifyHandler::NotifyHandler(JTvInputHal* hal, const TvInputEventWrapper& event) { in NotifyHandler() function in android::JTvInputHal::NotifyHandler
363 void JTvInputHal::NotifyHandler::handleMessage(const Message& message) { in handleMessage()
420 mHal->mLooper->sendMessage(new NotifyHandler(mHal, in notify()
H A DJTvInputHal.h148 class NotifyHandler : public MessageHandler {
150 NotifyHandler(JTvInputHal* hal, const TvInputEventWrapper& event);
H A DTvInputHal_hidl.cpp63 mHal->mLooper->sendMessage(new NotifyHandler(mHal, in notify()