Home
last modified time | relevance | path

Searched defs:onRequestStopRecording (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl54 void onRequestStopRecording(in String recordingId); in onRequestStopRecording() method
H A DITvInteractiveAppClient.aidl55 void onRequestStopRecording(in String recordingId, int seq); in onRequestStopRecording() method
H A DTvInteractiveAppView.java1255 public void onRequestStopRecording( in onRequestStopRecording() method in TvInteractiveAppView.TvInteractiveAppCallback
1773 public void onRequestStopRecording(Session session, String recordingId) { in onRequestStopRecording() method in TvInteractiveAppView.MySessionCallback
H A DTvInteractiveAppManager.java2424 public void onRequestStopRecording(Session session, String recordingId) { in onRequestStopRecording() method in TvInteractiveAppManager.SessionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2862 public void onRequestStopRecording(String recordingId) { in onRequestStopRecording() method in TvInteractiveAppManagerService.SessionCallback