Searched refs:notifyRecordingStarted (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 73 void notifyRecordingStarted(in String recordingId, in String requestId); in notifyRecordingStarted() method
|
H A D | ITvInteractiveAppManager.aidl | 94 void notifyRecordingStarted(in IBinder sessionToken, in String recordingId, String requestId, in notifyRecordingStarted() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 210 mSessionImpl.notifyRecordingStarted((String) args.arg1, (String) args.arg2); in executeMessage() 559 public void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in ITvInteractiveAppSessionWrapper
|
H A D | TvInteractiveAppView.java | 682 public void notifyRecordingStarted(@NonNull String recordingId, @Nullable String requestId) { in notifyRecordingStarted() method in TvInteractiveAppView 687 mSession.notifyRecordingStarted(recordingId, requestId); in notifyRecordingStarted()
|
H A D | TvInteractiveAppManager.java | 1272 void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in TvInteractiveAppManager.Session 1278 mService.notifyRecordingStarted(mToken, recordingId, requestId, mUserId); in notifyRecordingStarted()
|
H A D | TvInteractiveAppService.java | 1798 void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in TvInteractiveAppService.Session
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 1143 public void notifyRecordingStarted(IBinder sessionToken, String recordingId, in notifyRecordingStarted() method in TvInteractiveAppManagerService.BinderService 1155 getSessionLocked(sessionState).notifyRecordingStarted( in notifyRecordingStarted()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27882 method public void notifyRecordingStarted(@NonNull String, @Nullable String);
|