Searched refs:AStatsEventList (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/services/core/jni/stats/ |
H A D | SurfaceFlingerPuller.h | 33 AStatsManager_PullAtomCallbackReturn pull(int32_t atomTag, AStatsEventList* data); 37 AStatsEventList* data); 39 AStatsEventList* data);
|
H A D | SurfaceFlingerPuller.cpp | 46 AStatsEventList* data) { in pull() 72 const std::string& protoData, AStatsEventList* data) { in parseGlobalInfoPull() 115 const std::string& protoData, AStatsEventList* data) { in parseLayerInfoPull()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | GraphicsStatsService.cpp | 93 AStatsEventList* data = reinterpret_cast<AStatsEventList*>(pulledData); in finishDumpInMemory() 131 AStatsEventList* data, in graphicsStatsPullCallback()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_stats_pull_StatsPullAtomService.cpp | 33 AStatsEventList* data, in onSurfaceFlingerPullCallback()
|
/aosp14/frameworks/base/libs/hwui/service/ |
H A D | GraphicsStatsService.h | 56 static void finishDumpInMemory(Dump* dump, AStatsEventList* data, bool lastFullDay);
|
H A D | GraphicsStatsService.cpp | 534 void GraphicsStatsService::finishDumpInMemory(Dump* dump, AStatsEventList* data, in finishDumpInMemory()
|
/aosp14/system/core/libstats/pull_lazy/tests/ |
H A D | libstatspull_lazy_test.cpp | 50 AStatsEventList* event_list = NULL; in TEST_F()
|
/aosp14/system/core/libstats/pull_rust/ |
H A D | stats_pull.rs | 117 data: *mut AStatsEventList, in callback_wrapper() argument
|
/aosp14/system/core/libstats/pull_lazy/ |
H A D | libstatspull_lazy.cpp | 179 AStatsEvent* AStatsEventList_addStatsEvent(AStatsEventList* pull_data) { in AStatsEventList_addStatsEvent()
|