Home
last modified time | relevance | path

Searched defs:onTvMessage (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl69 void onTvMessage(int type, in Bundle data); in onTvMessage() method
H A DITvInputClient.aidl58 void onTvMessage(int type, in Bundle data, int seq); in onTvMessage() method
H A DTvView.java1268 public void onTvMessage(@NonNull String inputId, in onTvMessage() method in TvView.TvInputCallback
1684 public void onTvMessage(Session session, int type, Bundle data) { in onTvMessage() method in TvView.MySessionCallback
H A DTvInputManager.java880 public void onTvMessage(Session session, @TvInputManager.TvMessageType int type, in onTvMessage() method in TvInputManager.SessionCallback
H A DTvInputService.java1529 public void onTvMessage(@TvInputManager.TvMessageType int type, in onTvMessage() method in TvInputService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java57 void onTvMessage(int deviceId, int type, Bundle data); in onTvMessage() method
H A DTvInputHardwareManager.java270 public void onTvMessage(int deviceId, int type, Bundle data) { in onTvMessage() method in TvInputHardwareManager
1244 void onTvMessage(String inputId, int type, Bundle data); in onTvMessage() method
H A DTvInputManagerService.java3801 public void onTvMessage(int type, Bundle data) { in onTvMessage() method in TvInputManagerService.SessionCallback
4151 public void onTvMessage(String inputId, int type, Bundle data) { in onTvMessage() method in TvInputManagerService.HardwareListener
/aosp14/frameworks/base/services/core/jni/tvinput/
H A DJTvInputHal.cpp280 void JTvInputHal::onTvMessage(int deviceId, int streamId, AidlTvMessageEventType type, in onTvMessage() function in android::JTvInputHal
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java931 public void onTvMessage(@TvInputManager.TvMessageType int type, in onTvMessage() method in TvInteractiveAppService.Session