Searched refs:getSurfaceId (Results 1 – 14 of 14) sorted by relevance
65 public static long getSurfaceId(Surface surface) { in getSurfaceId() method in SurfaceUtils67 return LegacyCameraDevice.getSurfaceId(surface); in getSurfaceId()
67 virtual ssize_t getSurfaceId(const sp<Surface> &surface) = 0;
88 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
52 virtual ssize_t getSurfaceId(const sp<Surface> &surface);
195 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
305 ssize_t Camera3SharedOutputStream::getSurfaceId(const sp<Surface> &surface) { in getSurfaceId() function in android::camera3::Camera3SharedOutputStream
1840 int id = newStream->getSurfaceId(consumers[i]); in createStream()2543 int id = stream->getSurfaceId(consumer); in setConsumerSurfaces()
758 public static long getSurfaceId(Surface surface) throws BufferQueueAbandonedException { in getSurfaceId() method in LegacyCameraDevice775 long id = getSurfaceId(surfaces.valueAt(i)); in getSurfaceIds()792 long id = getSurfaceId(s); in getSurfaceIds()805 id = getSurfaceId(s); in containsSurfaceId()
409 mJpegSurfaceIds.add(LegacyCameraDevice.getSurfaceId(s)); in configureOutputs()
91 public synchronized int getSurfaceId() { in getSurfaceId() method in FilterSurfaceView
178 glEnv.activateSurfaceWithId(mSurfaceView.getSurfaceId()); in process()
101 int32_t getSurfaceId(const Trace& capturedTrace, const std::string& surfaceName) { in getSurfaceId() function267 mBGLayerId = getSurfaceId(trace, UNIQUE_TEST_SURFACE_NAME); in preProcessTrace()706 targetId = getSurfaceId(trace, UNIQUE_LAYER_NAME); in singleIncrementFound()
714 long reqSurfaceId = SurfaceUtils.getSurfaceId(s); in convertSurfaceToStreamId()720 if (reqSurfaceId == SurfaceUtils.getSurfaceId(outSurface)) { in convertSurfaceToStreamId()
18189 Landroid/filterfw/core/FilterSurfaceView;->getSurfaceId()I22428 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceId(Landroid/view/Surface;)J