Searched refs:maxOutputPacketsPerStream (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | LocalPrebuildGraphFuzzer.cpp | 107 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 108 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 114 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 115 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 121 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 122 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 128 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 129 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 135 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 136 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 106 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 107 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 113 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 114 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 120 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 121 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 127 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 128 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() 134 std::map<int, int> maxOutputPacketsPerStream; in LLVMFuzzerTestOneInput() local 135 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput()
|
/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | LocalPrebuiltGraphTest.cpp | 77 std::map<int, int> maxOutputPacketsPerStream; in TEST() local 78 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in TEST() 123 std::map<int, int> maxOutputPacketsPerStream; in TEST() local 124 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in TEST()
|