Home
last modified time | relevance | path

Searched refs:onRequestStopRecording (Results 1 – 7 of 7) 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
1782 mCallback.onRequestStopRecording(mIAppServiceId, recordingId); in onRequestStopRecording()
H A DTvInteractiveAppManager.java557 public void onRequestStopRecording(String recordingId, int seq) { in TvInteractiveAppManager()
2151 mSessionCallback.onRequestStopRecording(mSession, recordingId); in postRequestStopRecording()
2424 public void onRequestStopRecording(Session session, String recordingId) { in onRequestStopRecording() method in TvInteractiveAppManager.SessionCallback
H A DTvInteractiveAppService.java1395 mSessionCallback.onRequestStopRecording(recordingId); in requestStopRecording()
/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
2871 mSessionState.mClient.onRequestStopRecording(recordingId, mSessionState.mSeq); in onRequestStopRecording()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27940 method public void onRequestStopRecording(@NonNull String, @NonNull String);