Searched refs:getSurfaceId (Results 1 – 12 of 12) sorted by relevance
67 virtual ssize_t getSurfaceId(const sp<Surface> &surface) = 0;
88 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
53 virtual ssize_t getSurfaceId(const sp<Surface> &surface);
200 virtual ssize_t getSurfaceId(const sp<Surface> &/*surface*/) { return 0; } in getSurfaceId() function
306 ssize_t Camera3SharedOutputStream::getSurfaceId(const sp<Surface> &surface) { in getSurfaceId() function in android::camera3::Camera3SharedOutputStream
1504 int id = newStream->getSurfaceId(consumers[i]); in createStream()2278 int id = stream->getSurfaceId(consumer); in setConsumerSurfaces()
91 public synchronized int getSurfaceId() { in getSurfaceId() method in FilterSurfaceView
178 glEnv.activateSurfaceWithId(mSurfaceView.getSurfaceId()); in process()
98 public static long getSurfaceId(Surface surface) { in getSurfaceId() method in SurfaceUtils
108 int32_t getSurfaceId(const Trace& capturedTrace, const std::string& surfaceName) { in getSurfaceId() function296 mBGLayerId = getSurfaceId(trace, UNIQUE_TEST_BG_SURFACE_NAME); in preProcessTrace()297 mFGLayerId = getSurfaceId(trace, UNIQUE_TEST_FG_SURFACE_NAME); in preProcessTrace()811 targetId = getSurfaceId(trace, UNIQUE_LAYER_NAME); in singleIncrementFound()
715 long reqSurfaceId = SurfaceUtils.getSurfaceId(s); in convertSurfaceToStreamId()721 if (reqSurfaceId == SurfaceUtils.getSurfaceId(outSurface)) { in convertSurfaceToStreamId()
18180 Landroid/filterfw/core/FilterSurfaceView;->getSurfaceId()I22419 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceId(Landroid/view/Surface;)J