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.cpp60 const DeviceFactory& makeDevice);
172 const DeviceFactory& makeDevice) { in create()
821 const DeviceFactory makeDevice = [device](bool /*blocking*/) { return device; }; in forTest_makeDriverDevice()
834 const DeviceFactory makeDevice = [name](bool blocking) { in findAvailableDevices()
845 void DeviceManager::registerDevice(const std::string& name, const DeviceFactory& makeDevice) { in registerDevice()
DVersionedInterfaces.cpp712 const DeviceFactory& makeDevice) { in create()
746 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()