Searched defs:getSurfaceId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java91 public synchronized int getSurfaceId() { method in class:FilterSurfaceView
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java731 static long getSurfaceId(Surface surface) throws BufferQueueAbandonedException { method in class:LegacyCameraDevice
748 long id = getSurfaceId(surfaces.valueAt(i));
765 long id = getSurfaceId(s);
778 id = getSurfaceId(s);
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp94 int32_t getSurfaceId(const std::string& surfaceName) { function in namespace:android
150 mBGLayerId = getSurfaceId("BG Interceptor Test Surface");
807 this->mTargetId = getSurfaceId(LAYER_NAME);

Completed in 96 milliseconds