Home
last modified time | relevance | path

Searched refs:connectSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp114 static status_t connectSurface(const sp<Surface>& surface, int32_t maxBufferSlack) { in connectSurface() function
600 status_t err = connectSurface(s, CAMERA_DEVICE_BUFFER_SLACK); in LegacyCameraDevice_nativeConnectSurface()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java727 static void connectSurface(Surface surface) throws BufferQueueAbandonedException { in connectSurface() method in LegacyCameraDevice
DSurfaceTextureRenderer.java717 LegacyCameraDevice.connectSurface(s); in configureSurfaces()
DRequestThreadManager.java415 LegacyCameraDevice.connectSurface(s); in configureOutputs()