Home | History | Annotate | Download | only in hwui

Lines Matching refs:ProfileData

126     mData = new ProfileData;
153 munmap(mData, sizeof(ProfileData));
163 if (regionSize < static_cast<int>(sizeof(ProfileData))) {
165 regionSize, static_cast<unsigned int>(sizeof(ProfileData)));
168 ProfileData* newData = reinterpret_cast<ProfileData*>(
169 mmap(NULL, sizeof(ProfileData), PROT_READ | PROT_WRITE,
280 if (bufsize < sizeof(ProfileData)) {
283 const ProfileData* data = reinterpret_cast<const ProfileData*>(buffer);
287 void JankTracker::dumpData(const ProfileData* data, int fd) {
326 uint32_t JankTracker::findPercentile(const ProfileData* data, int percentile) {