Searched defs:getIdentity (Results 1 - 3 of 3) 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/services/surfaceflinger/
H A DLayerBase.h306 uint32_t getIdentity() const { return mIdentity; } function in class:android::LayerBaseClient
/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

Completed in 122 milliseconds