Home
last modified time | relevance | path

Searched refs:SetInputStreamData (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp152 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()
DGrpcGraphTest.cpp153 EXPECT_EQ(mGrpcGraph->SetInputStreamData(0, 0, ""), Status::FATAL_ERROR); in TEST_F()
/packages/services/Car/cpp/computepipe/runner/graph/include/
DPrebuiltGraph.h62 virtual Status SetInputStreamData(int streamIndex, int64_t timestamp,
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h76 PrebuiltComputepipeRunner_ErrorCode COMPUTEPIPE_RUNNER(SetInputStreamData)(
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.h80 Status SetInputStreamData(int streamIndex, int64_t timestamp,
DLocalPrebuiltGraph.h79 Status SetInputStreamData(int streamIndex, int64_t timestamp,
DLocalPrebuiltGraph.cpp233 LOAD_FUNCTION(SetInputStreamData); in GetPrebuiltGraphFromLibrary()
292 Status LocalPrebuiltGraph::SetInputStreamData(int streamIndex, int64_t timestamp, in SetInputStreamData() function in android::automotive::computepipe::graph::LocalPrebuiltGraph
DGrpcGraph.cpp341 Status GrpcGraph::SetInputStreamData(int /*streamIndex*/, int64_t /*timestamp*/, in SetInputStreamData() function in android::automotive::computepipe::graph::GrpcGraph
/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp89 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp88 graph->SetInputStreamData(/*streamIndex =*/2, /* timestamp =*/0, /* data =*/""); in LLVMFuzzerTestOneInput()