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

/frameworks/native/include/gui/
H A DSurface.h58 uint32_t getIdentity() const { return mIdentity; } function in class:android::SurfaceControl
134 uint32_t getIdentity() const { return mIdentity; } function in class:android::Surface
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h315 uint32_t getIdentity() const { return mIdentity; } function in class:android::LayerBaseClient
/frameworks/base/core/java/android/view/
H A DSurface.java102 return "Surface(name=" + mName + ", identity=" + getIdentity() + ")";
561 private native int getIdentity(); method in class:Surface

Completed in 588 milliseconds