Home
last modified time | relevance | path

Searched refs:DispatchSerializedData (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/computepipe/runner/graph/include/
DPrebuiltEngineInterface.h34 virtual void DispatchSerializedData(int streamId, int64_t timestamp, std::string&&) = 0;
/packages/services/Car/computepipe/runner/engine/
DDefaultEngine.h108 void DispatchSerializedData(int streamId, int64_t timestamp, std::string&& output) override;
DDefaultEngine.cpp216 void DefaultEngine::DispatchSerializedData(int streamId, int64_t timestamp, std::string&& output) { in DispatchSerializedData() function in android::automotive::computepipe::runner::engine::DefaultEngine
/packages/services/Car/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp58 void DispatchSerializedData(int streamId, int64_t timestamp, std::string&& data) override { in DispatchSerializedData() function in android::automotive::computepipe::graph::__anon1ca09fe00111::PrebuiltEngineInterfaceImpl
DGrpcGraphTest.cpp197 void DispatchSerializedData(int streamId, int64_t timestamp, std::string&& data) override { in DispatchSerializedData() function in android::automotive::computepipe::graph::__anon6c8fcc7a0111::PrebuiltEngineInterfaceImpl
/packages/services/Car/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp374 engineInterface->DispatchSerializedData(streamIndex, timestamp, in OutputStreamCallbackFunction()
DGrpcGraph.cpp433 return engineInterface->DispatchSerializedData(streamId, timestamp_us, in dispatchSerializedData()