Home
last modified time | relevance | path

Searched defs:getGlobalAllocCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java1361 public static int getGlobalAllocCount() { in getGlobalAllocCount() method in Debug
DParcel.java469 public static native long getGlobalAllocCount(); in getGlobalAllocCount() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp285 size_t Parcel::getGlobalAllocCount() { in getGlobalAllocCount() function in android::Parcel