Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 25 of 73) sorted by relevance

123

/packages/apps/Settings/src/com/android/settings/bluetooth/
DQrCodeScanModeFragment.java110 private void initCamera(SurfaceTexture surface) { in initCamera()
126 public void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
131 public void onSurfaceTextureSizeChanged(@NonNull SurfaceTexture surface, int width, in onSurfaceTextureSizeChanged()
136 public boolean onSurfaceTextureDestroyed(@NonNull SurfaceTexture surface) { in onSurfaceTextureDestroyed()
142 public void onSurfaceTextureUpdated(@NonNull SurfaceTexture surface) { in onSurfaceTextureUpdated()
/packages/apps/Settings/src/com/android/settings/development/
DAdbQrcodeScannerFragment.java213 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
236 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
241 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
246 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
304 private void initCamera(SurfaceTexture surface) { in initCamera()
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, in onSurfaceTextureAvailable()
73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, in onSurfaceTextureSizeChanged()
79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
87 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
192 public boolean createSurface(SurfaceTexture surface) { in createSurface()
343 public void setSurface(SurfaceTexture surface) { in setSurface()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DIImsVideoSession.aidl32 oneway void setPreviewSurface(in Surface surface); in setPreviewSurface()
33 oneway void setDisplaySurface(in Surface surface); in setDisplaySurface()
DImsVideoSession.java75 public void setPreviewSurface(final Surface surface) { in setPreviewSurface()
89 public void setDisplaySurface(final Surface surface) { in setDisplaySurface()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorRemoteVideo.java40 SimulatorRemoteVideo(@NonNull Surface surface) { in SimulatorRemoteVideo()
65 @NonNull private final Surface surface; field in SimulatorRemoteVideo.Renderer
71 Renderer(@NonNull Surface surface) { in Renderer()
DSimulatorVideoProvider.java62 public void onSetPreviewSurface(Surface surface) { in onSetPreviewSurface()
75 public void onSetDisplaySurface(Surface surface) { in onSetDisplaySurface()
DSimulatorPreviewCamera.java46 @NonNull private final Surface surface; field in SimulatorPreviewCamera
51 @NonNull Context context, @NonNull String cameraId, @NonNull Surface surface) { in SimulatorPreviewCamera()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsQrCodeScanFragment.java154 public void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
162 public void onSurfaceTextureSizeChanged( in onSurfaceTextureSizeChanged()
166 public boolean onSurfaceTextureDestroyed(@NonNull SurfaceTexture surface) { in onSurfaceTextureDestroyed()
172 public void onSurfaceTextureUpdated(@NonNull SurfaceTexture surface) {} in onSurfaceTextureUpdated()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoManager.cpp105 ImsMediaResult VideoManager::setPreviewSurfaceToSession(const int sessionId, ANativeWindow* surface) in setPreviewSurfaceToSession()
121 ImsMediaResult VideoManager::setDisplaySurfaceToSession(const int sessionId, ANativeWindow* surface) in setDisplaySurfaceToSession()
227 void VideoManager::setPreviewSurface(const int sessionId, ANativeWindow* surface) in setPreviewSurface()
234 void VideoManager::setDisplaySurface(const int sessionId, ANativeWindow* surface) in setDisplaySurface()
DVideoSession.cpp290 ImsMediaResult VideoSession::setPreviewSurface(ANativeWindow* surface) in setPreviewSurface()
307 ImsMediaResult VideoSession::setDisplaySurface(ANativeWindow* surface) in setDisplaySurface()
/packages/modules/Virtualization/libs/android_display_backend/
Dcrosvm_android_display_client.cpp38 ndk::ScopedAStatus setSurface(Surface* surface, bool forCursor) override { in setSurface()
162 ANativeWindow* surface = ctx->disp_service->getSurface(for_cursor)->get(); // this can block in create_android_surface() local
178 ANativeWindow* surface, in get_android_surface_buffer()
207 ANativeWindow* surface) { in post_android_surface_buffer()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestManagedVideoProvider.java80 public void onSetPreviewSurface(Surface surface) { in onSetPreviewSurface()
85 public void onSetDisplaySurface(Surface surface) { in onSetDisplaySurface()
DTestVideoProvider.java95 public void onSetPreviewSurface(Surface surface) { in onSetPreviewSurface()
109 public void onSetDisplaySurface(Surface surface) { in onSetDisplaySurface()
222 private MediaPlayer createMediaPlayer(Surface surface, int videoResource) { in createMediaPlayer()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DVideoLocalSession.java92 public void setPreviewSurface(final Surface surface) { in setPreviewSurface()
104 public void setDisplaySurface(final Surface surface) { in setDisplaySurface()
DVideoSession.java140 public void setPreviewSurface(Surface surface) { in setPreviewSurface()
146 public void setDisplaySurface(Surface surface) { in setDisplaySurface()
271 private void handleSetPreviewSurface(Surface surface) { in handleSetPreviewSurface()
275 private void handleSetDisplaySurface(Surface surface) { in handleSetDisplaySurface()
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java277 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
282 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
289 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
293 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
DPhotoUI.java275 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
280 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
285 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
291 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeScannerFragment.java486 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
491 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
496 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed()
502 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated()
579 private void initCamera(SurfaceTexture surface) { in initCamera()
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
DSimpleCaptureStream.java31 public SimpleCaptureStream(Surface surface) { in SimpleCaptureStream()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSurfaceTransaction.java34 public SurfaceProperties forSurface(SurfaceControl surface) { in forSurface()
52 SurfaceProperties(SurfaceControl surface) { in SurfaceProperties()
/packages/modules/Virtualization/libs/android_display_backend/aidl/android/crosvm/
DICrosvmAndroidDisplayService.aidl27 void setSurface(inout Surface surface, boolean forCursor); in setSurface()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/testshadows/
DShadowQrCamera.java38 public void start(SurfaceTexture surface) { in start()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java244 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {} in onSurfaceTextureSizeChanged()
247 public void onSurfaceTextureUpdated(SurfaceTexture surface) {} in onSurfaceTextureUpdated()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DVideoProviderTest.java329 final Surface surface = new Surface(new SurfaceTexture(1)); in testSetPreviewSurface() local
356 final Surface surface = new Surface(new SurfaceTexture(1)); in testSetDisplaySurface() local

123