Searched defs:getIdentity (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/include/gui/ | ||
H A D | Surface.h | 58 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 D | LayerBase.h | 315 uint32_t getIdentity() const { return mIdentity; } function in class:android::LayerBaseClient |
/frameworks/base/core/java/android/view/ | ||
H A D | Surface.java | 102 return "Surface(name=" + mName + ", identity=" + getIdentity() + ")"; 561 private native int getIdentity(); method in class:Surface |
Completed in 588 milliseconds