Home
last modified time | relevance | path

Searched refs:dumpData (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DJankTracker.h65 void dumpStats(int fd) NO_THREAD_SAFETY_ANALYSIS { dumpData(fd, &mDescription, mData.get()); } in dumpStats()
75 static void dumpData(int fd, const ProfileDataDescription* description,
H A DFrameInfoVisualizer.h51 void dumpData(int fd);
H A DFrameInfoVisualizer.cpp251 void FrameInfoVisualizer::dumpData(int fd) { in dumpData() function in android::uirenderer::FrameInfoVisualizer
H A DJankTracker.cpp270 void JankTracker::dumpData(int fd, const ProfileDataDescription* description, in dumpData() function in android::uirenderer::JankTracker
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp233 mContext->profiler().dumpData(fd); in dumpProfileInfo()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1303 dumpData(resolver, rawContactId); in dumpRawContacts()
1308 private static void dumpData(ContentResolver resolver, long rawContactId) { in dumpData() method in BaseContactsProvider2Test