Searched refs:DeviceFactory (Results 1 – 6 of 6) sorted by relevance
80 const hal::DeviceFactory& makeDevice);105 std::string serviceName, const hal::DeviceFactory& makeDevice, Core core);560 const hal::DeviceFactory kMakeDevice;
172 const hal::DeviceFactory makeDevice = [device](bool /*blocking*/) { return device; }; in forTest_registerDevice()196 void registerDevice(const std::string& name, const hal::DeviceFactory& makeDevice);
60 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()
712 const DeviceFactory& makeDevice) { in create()746 std::string serviceName, const DeviceFactory& makeDevice, in VersionedIDevice()
106 using DeviceFactory = std::function<sp<V1_0::IDevice>(bool blocking)>; variable
519 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()