Searched refs:dispatchPixelData (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/ |
H A D | StreamSetObserver.h | 49 virtual void dispatchPixelData(int streamId, int64_t timestamp_us,
|
H A D | GrpcGraph.h | 102 void dispatchPixelData(int streamId, int64_t timestamp_us,
|
H A D | StreamSetObserver.cpp | 79 mStreamGraphInterface->dispatchPixelData(mStreamId, response.timestamp_us(), in startObservingStream()
|
H A D | GrpcGraph.cpp | 425 void GrpcGraph::dispatchPixelData(int streamId, int64_t timestamp_us, in dispatchPixelData() function in android::automotive::computepipe::graph::GrpcGraph
|
/aosp12/packages/services/Car/cpp/computepipe/tests/fuzz/ |
H A D | GrpcGraphFuzzer.cpp | 142 graph->dispatchPixelData(/*streamIndex =*/2, /*timestamp =*/0, in LLVMFuzzerTestOneInput()
|