HomeSort by relevance Sort by last modified time
    Searched refs:ProfileDataContainer (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
ProfileDataContainer.h 25 class ProfileDataContainer {
26 PREVENT_COPY_AND_ASSIGN(ProfileDataContainer);
28 explicit ProfileDataContainer() {}
30 ~ProfileDataContainer() { freeData(); }
ProfileDataContainer.cpp 17 #include "ProfileDataContainer.h"
27 void ProfileDataContainer::freeData() {
37 void ProfileDataContainer::rotateStorage() {
49 void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) {
JankTracker.h 21 #include "ProfileDataContainer.h"
52 explicit JankTracker(ProfileDataContainer* globalData, const DisplayInfo& displayInfo);
85 ProfileDataContainer mData;
86 ProfileDataContainer* mGlobalData;
JankTracker.cpp 68 JankTracker::JankTracker(ProfileDataContainer* globalData, const DisplayInfo& displayInfo) {
  /frameworks/base/libs/hwui/renderthread/
RenderThread.h 100 ProfileDataContainer& globalProfileData() { return mGlobalProfileData; }
163 ProfileDataContainer mGlobalProfileData;

Completed in 468 milliseconds