Searched refs:notifyRecordingError (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 62 void notifyRecordingError(in String recordingId, int err); in notifyRecordingError() method
|
H A D | ITvInteractiveAppManager.aidl | 79 void notifyRecordingError( in notifyRecordingError() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 352 mSessionImpl.notifyRecordingError((String) args.arg1, (Integer) args.arg2); in executeMessage() 589 public void notifyRecordingError(String recordingId, int err) { in notifyRecordingError() method in ITvInteractiveAppSessionWrapper
|
H A D | TvInteractiveAppView.java | 906 public void notifyRecordingError( in notifyRecordingError() method in TvInteractiveAppView 913 mSession.notifyRecordingError(recordingId, err); in notifyRecordingError()
|
H A D | TvInteractiveAppManager.java | 1405 void notifyRecordingError(@NonNull String recordingId, int err) { in notifyRecordingError() method in TvInteractiveAppManager.Session 1411 mService.notifyRecordingError(mToken, recordingId, err, mUserId); in notifyRecordingError()
|
H A D | TvInteractiveAppService.java | 1833 void notifyRecordingError(String recordingId, int err) { in notifyRecordingError() method in TvInteractiveAppService.Session
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvRecordingClient.java | 598 mTvIAppView.notifyRecordingError(mRecordingId, error); in onError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 1843 public void notifyRecordingError( in notifyRecordingError() method in TvInteractiveAppManagerService.BinderService 1860 getSessionLocked(sessionState).notifyRecordingError( in notifyRecordingError()
|