Home
last modified time | relevance | path

Searched defs:FactoryFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dserver.h54 using FactoryFunction = fit::function<std::unique_ptr<Server>( variable
/aosp_15_r20/external/armnn/include/armnn/
H A DBackendRegistry.hpp39 using FactoryFunction = std::function<PointerType()>; typedef in armnn::BackendRegistry
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_internal.h124 typedef TracingContext* (*FactoryFunction)(const char* fn_name, TF_Status*); typedef
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dfake_layer.cc91 Server::FactoryFunction) { in AddConnection()