Searched refs:getSurfaceId (Results 1 – 13 of 13) 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
1438 int id = newStream->getSurfaceId(consumers[i]); in createStream()2145 int id = stream->getSurfaceId(consumer); in setConsumerSurfaces()
91 public synchronized int getSurfaceId() { in getSurfaceId() method in FilterSurfaceView
767 public static long getSurfaceId(Surface surface) throws BufferQueueAbandonedException { in getSurfaceId() method in LegacyCameraDevice784 long id = getSurfaceId(surfaces.valueAt(i)); in getSurfaceIds()801 long id = getSurfaceId(s); in getSurfaceIds()814 id = getSurfaceId(s); in containsSurfaceId()
409 mJpegSurfaceIds.add(LegacyCameraDevice.getSurfaceId(s)); in configureOutputs()
178 glEnv.activateSurfaceWithId(mSurfaceView.getSurfaceId()); in process()
108 int32_t getSurfaceId(const Trace& capturedTrace, const std::string& surfaceName) { in getSurfaceId() function299 mBGLayerId = getSurfaceId(trace, UNIQUE_TEST_BG_SURFACE_NAME); in preProcessTrace()300 mFGLayerId = getSurfaceId(trace, UNIQUE_TEST_FG_SURFACE_NAME); in preProcessTrace()854 targetId = getSurfaceId(trace, UNIQUE_LAYER_NAME); in singleIncrementFound()
714 long reqSurfaceId = SurfaceUtils.getSurfaceId(s); in convertSurfaceToStreamId()720 if (reqSurfaceId == SurfaceUtils.getSurfaceId(outSurface)) { in convertSurfaceToStreamId()