Home
last modified time | relevance | path

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

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