Home
last modified time | relevance | path

Searched refs:DeviceFactory (Results 1 – 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedInterfaces.h80 const hal::DeviceFactory& makeDevice);
105 std::string serviceName, const hal::DeviceFactory& makeDevice, Core core);
560 const hal::DeviceFactory kMakeDevice;
DManager.h172 const hal::DeviceFactory makeDevice = [device](bool /*blocking*/) { return device; }; in forTest_registerDevice()
196 void registerDevice(const std::string& name, const hal::DeviceFactory& makeDevice);
DManager.cpp61 const DeviceFactory& makeDevice);
173 const DeviceFactory& makeDevice) { in create()
822 const DeviceFactory makeDevice = [device](bool /*blocking*/) { return device; }; in forTest_makeDriverDevice()
835 const DeviceFactory makeDevice = [name](bool blocking) { in findAvailableDevices()
846 void DeviceManager::registerDevice(const std::string& name, const DeviceFactory& makeDevice) { in registerDevice()
DVersionedInterfaces.cpp711 const DeviceFactory& makeDevice) { in create()
745 std::string serviceName, const DeviceFactory& makeDevice, in VersionedIDevice()
/frameworks/ml/nn/common/include/
DHalInterfaces.h106 using DeviceFactory = std::function<sp<V1_0::IDevice>(bool blocking)>; variable
/frameworks/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp519 const DeviceFactory makeDevice = mockDeviceFactory->AsStdFunction(); in makeVersionedIDeviceFrom()
569 const DeviceFactory makeDevice = kMockMakeDevice->AsStdFunction(); in TEST_F()
584 const DeviceFactory makeDevice = kMockMakeDevice->AsStdFunction(); in TEST_F()
598 const DeviceFactory makeDevice = kMockMakeDevice->AsStdFunction(); in TEST_F()