/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IVideoProvider.aidl | 37 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsVideoCallProvider.aidl | 51 void setDisplaySurface(in Surface surface); in setDisplaySurface() method
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | VideoCallImpl.java | 284 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in VideoCallImpl 286 mVideoProvider.setDisplaySurface(surface); in setDisplaySurface()
|
H A D | RemoteConnection.java | 529 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in RemoteConnection.VideoProvider 531 mVideoProviderBinder.setDisplaySurface(surface); in setDisplaySurface()
|
H A D | InCallService.java | 885 public abstract void setDisplaySurface(Surface surface); in setDisplaySurface() method in InCallService.VideoCall
|
H A D | Connection.java | 1698 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in Connection.VideoProvider.VideoProviderBinder
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsVideoCallProvider.java | 138 public void setDisplaySurface(Surface surface) { in setDisplaySurface() method in ImsVideoCallProvider.ImsVideoCallProviderBinder
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDevice.java | 343 t.setDisplaySurface(mDisplayToken, surface); in setSurfaceLocked()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/ |
H A D | StubTransaction.java | 191 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
|
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | StubTransaction.java | 191 public SurfaceControl.Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in StubTransaction
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2365 public static void setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in SurfaceControl 3367 public Transaction setDisplaySurface(IBinder displayToken, Surface surface) { in setDisplaySurface() method in SurfaceControl.Transaction
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 1079 err = transaction->setDisplaySurface(token, in nativeSetDisplaySurface()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51710 Landroid/telecom/Connection$VideoProvider$VideoProviderBinder;->setDisplaySurface(Landroid/view/Sur… 54124 Landroid/telephony/ims/ImsVideoCallProvider$ImsVideoCallProviderBinder;->setDisplaySurface(Landroid… 62012 Landroid/view/SurfaceControl$Transaction;->setDisplaySurface(Landroid/os/IBinder;Landroid/view/Surf… 71822 Lcom/android/ims/internal/IImsVideoCallProvider$Stub$Proxy;->setDisplaySurface(Landroid/view/Surfac… 71845 Lcom/android/ims/internal/IImsVideoCallProvider;->setDisplaySurface(Landroid/view/Surface;)V 83769 Lcom/android/internal/telecom/IVideoProvider$Stub$Proxy;->setDisplaySurface(Landroid/view/Surface;)V 83796 Lcom/android/internal/telecom/IVideoProvider;->setDisplaySurface(Landroid/view/Surface;)V
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 42701 method public abstract void setDisplaySurface(android.view.Surface); 42924 method public void setDisplaySurface(android.view.Surface);
|