Home
last modified time | relevance | path

Searched defs:getSurfaceId (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.h88 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
DCamera3OutputStream.h195 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
DCamera3SharedOutputStream.cpp305 ssize_t Camera3SharedOutputStream::getSurfaceId(const sp<Surface> &surface) { in getSurfaceId() function in android::camera3::Camera3SharedOutputStream
/frameworks/base/core/java/android/hardware/camera2/utils/
DSurfaceUtils.java65 public static long getSurfaceId(Surface surface) { in getSurfaceId() method in SurfaceUtils
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterSurfaceView.java91 public synchronized int getSurfaceId() { in getSurfaceId() method in FilterSurfaceView
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java758 public static long getSurfaceId(Surface surface) throws BufferQueueAbandonedException { in getSurfaceId() method in LegacyCameraDevice
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp101 int32_t getSurfaceId(const Trace& capturedTrace, const std::string& surfaceName) { in getSurfaceId() function