Searched refs:getIdentity (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/include/surfaceflinger/
H A DSurface.h60 uint32_t getIdentity() const { return mIdentity; } function in class:android::SurfaceControl
135 uint32_t getIdentity() const { return mIdentity; } function in class:android::Surface
/frameworks/base/core/java/android/view/
H A DSurface.java90 return "Surface(name=" + mName + ", identity=" + getIdentity() + ")";
532 private native int getIdentity(); method in class:Surface
/frameworks/base/services/surfaceflinger/
H A DLayerBase.h306 uint32_t getIdentity() const { return mIdentity; } function in class:android::LayerBaseClient
H A DLayerBase.cpp558 client.get(), getIdentity());
H A DSurfaceFlinger.cpp1315 params->identity = layer->getIdentity();
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp331 LOGI("prepare: surface=%p (identity=%d)", native_surface.get(), native_surface->getIdentity());
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp277 if (control != 0) return (jint) control->getIdentity();
279 if (surface != 0) return (jint) surface->getIdentity();
838 {"getIdentity", "()I", (void*)Surface_getIdentity },

Completed in 271 milliseconds