Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dpbreader_mem_parser_test.cpp277 AshmemInfo *ashmemInfo = tracePacket.add_ashmeminfo(); variable
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp802 template <typename T> void MemoryDataPlugin::SetAshmemInfo(T& ashmemInfo, int key, const char* word) in SetAshmemInfo()
886 auto* ashmemInfo = dataProto.add_ashmeminfo(); in WriteAshmemInfo() local
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp1022 auto ashmemInfo = memoryData.ashmeminfo(i); variable