Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl41 void onAdBufferReady(in AdBuffer buffer); in onAdBufferReady() method
H A DITvInteractiveAppClient.aidl42 void onAdBufferReady(in AdBuffer buffer, int seq); in onAdBufferReady() method
H A DTvInteractiveAppService.java1984 mSessionCallback.onAdBufferReady(dupBuffer); in notifyAdBufferReady()
H A DTvInteractiveAppManager.java684 public void onAdBufferReady(AdBuffer buffer, int seq) { in TvInteractiveAppManager()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1372 public void onAdBufferReady(@NonNull AdBuffer buffer) { in onAdBufferReady() method in TvInputService.Session
2079 onAdBufferReady(buffer); in notifyAdBufferReady()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java3058 public void onAdBufferReady(AdBuffer buffer) { in onAdBufferReady() method in TvInteractiveAppManagerService.SessionCallback
3067 mSessionState.mClient.onAdBufferReady(buffer, mSessionState.mSeq); in onAdBufferReady()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27461 method public void onAdBufferReady(@NonNull android.media.tv.AdBuffer);