Home
last modified time | relevance | path

Searched refs:createClientInterface (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/client_interface/
DFactory.cpp35 std::unique_ptr<ClientInterface> ClientInterfaceFactory::createClientInterface( in createClientInterface() function in android::automotive::computepipe::runner::client_interface::ClientInterfaceFactory
/packages/services/Car/cpp/computepipe/runner/client_interface/include/
DClientInterface.h58 std::unique_ptr<ClientInterface> createClientInterface(
/packages/services/Car/cpp/computepipe/example/
DRunner.cpp66 sClientFactory.createClientInterface("aidl", options, engine); in main()