Home
last modified time | relevance | path

Searched refs:onRequestStartRecording (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl53 void onRequestStartRecording(in String requestId, in Uri programUri); in onRequestStartRecording() method
H A DITvInteractiveAppClient.aidl54 void onRequestStartRecording(in String requestId, in Uri programUri, int seq); in onRequestStartRecording() method
H A DTvInteractiveAppView.java1241 public void onRequestStartRecording(@NonNull String iAppServiceId, in onRequestStartRecording() method in TvInteractiveAppView.TvInteractiveAppCallback
1759 public void onRequestStartRecording(Session session, String requestId, Uri programUri) { in onRequestStartRecording() method in TvInteractiveAppView.MySessionCallback
1768 mCallback.onRequestStartRecording(mIAppServiceId, requestId, programUri); in onRequestStartRecording()
H A DTvInteractiveAppManager.java545 public void onRequestStartRecording(String requestId, Uri programUri, int seq) { in TvInteractiveAppManager()
2142 mSessionCallback.onRequestStartRecording(mSession, requestId, programUri); in postRequestStartRecording()
2414 public void onRequestStartRecording(Session session, String requestId, Uri programUri) { in onRequestStartRecording() method in TvInteractiveAppManager.SessionCallback
H A DTvInteractiveAppService.java1369 mSessionCallback.onRequestStartRecording(requestId, programUri); in requestStartRecording()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2844 public void onRequestStartRecording(String requestId, Uri programUri) { in onRequestStartRecording() method in TvInteractiveAppManagerService.SessionCallback
2853 mSessionState.mClient.onRequestStartRecording( in onRequestStartRecording()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27939 …method public void onRequestStartRecording(@NonNull String, @NonNull String, @Nullable android.net…