Searched refs:SetInputStreamData (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | LocalPrebuiltGraphTest.cpp | 152 EXPECT_EQ(graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""), in TEST() 154 EXPECT_EQ(graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""), in TEST() 156 EXPECT_EQ(graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""), in TEST() 158 EXPECT_EQ(graph->SetInputStreamData(/*streamIndex =*/3, /* timestamp =*/0, /* data =*/""), in TEST() 160 EXPECT_EQ(graph->SetInputStreamData(/*streamIndex =*/3, /* timestamp =*/0, /* data =*/""), in TEST()
|
D | GrpcGraphTest.cpp | 153 EXPECT_EQ(mGrpcGraph->SetInputStreamData(0, 0, ""), Status::FATAL_ERROR); in TEST_F()
|
/packages/services/Car/cpp/computepipe/runner/graph/include/ |
D | PrebuiltGraph.h | 62 virtual Status SetInputStreamData(int streamIndex, int64_t timestamp,
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | prebuilt_interface.h | 76 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(SetInputStreamData)(
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | GrpcGraph.h | 80 Status SetInputStreamData(int streamIndex, int64_t timestamp,
|
D | LocalPrebuiltGraph.h | 79 Status SetInputStreamData(int streamIndex, int64_t timestamp,
|
D | LocalPrebuiltGraph.cpp | 233 LOAD_FUNCTION(SetInputStreamData); in GetPrebuiltGraphFromLibrary() 292 Status LocalPrebuiltGraph::SetInputStreamData(int streamIndex, int64_t timestamp, in SetInputStreamData() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
|
D | GrpcGraph.cpp | 341 Status GrpcGraph::SetInputStreamData(int /*streamIndex*/, int64_t /*timestamp*/, in SetInputStreamData() function in android::automotive::computepipe::graph::GrpcGraph
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | LocalPrebuildGraphFuzzer.cpp | 89 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
|
D | GrpcGraphFuzzer.cpp | 88 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
|