Home
last modified time | relevance | path

Searched refs:queue_name (Results 1 – 4 of 4) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp305 std::string queue_name = arg_name + "_q"; in GenerateProfilerForFMQSyncVariable() local
308 << queue_name << "(" << arg_value << ", false);\n"; in GenerateProfilerForFMQSyncVariable()
309 out << "if (" << queue_name << ".isValid()) {\n"; in GenerateProfilerForFMQSyncVariable()
311 out << "for (int i = 0; i < (int)" << queue_name in GenerateProfilerForFMQSyncVariable()
318 out << queue_name << ".read(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()
319 out << queue_name << ".write(&" << temp_result_name << ");\n"; in GenerateProfilerForFMQSyncVariable()
333 std::string queue_name = arg_name + "_q"; in GenerateProfilerForFMQUnsyncVariable() local
336 << queue_name << "(" << arg_value << ");\n"; in GenerateProfilerForFMQUnsyncVariable()
337 out << "if (" << queue_name << ".isValid()) {\n"; in GenerateProfilerForFMQUnsyncVariable()
339 out << "for (int i = 0; i < (int)" << queue_name in GenerateProfilerForFMQUnsyncVariable()
[all …]
/test/vti/test_serving/gae/webapp/src/scheduler/
Dperiodic.py49 queue_name="queue-schedule",
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing.py64 queue_name="queue-indexing",
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp1115 std::string queue_name = in GenerateDriverImplForTypedVariable() local
1135 << "> " << queue_name << "(1024);\n"; in GenerateDriverImplForTypedVariable()
1139 std::string fmq_item_name = queue_name + "_item"; in GenerateDriverImplForTypedVariable()
1143 out << queue_name << ".write(&" << fmq_item_name << ");\n"; in GenerateDriverImplForTypedVariable()
1146 out << arg_name << " = " << queue_name << ".getDesc();\n"; in GenerateDriverImplForTypedVariable()