Searched refs:NvramDeviceAdapter (Results 1 – 3 of 3) sorted by relevance
45 struct NvramDeviceAdapter { struct48 NvramDeviceAdapter(const hw_module_t* module,62 static_assert(std::is_standard_layout<NvramDeviceAdapter>::value,
137 nvram::NvramDeviceAdapter* adapter = in testing_nvram_open()138 new nvram::NvramDeviceAdapter(module, new TestingNvramImplementation); in testing_nvram_open()
38 NvramDeviceAdapter* adapter = reinterpret_cast<NvramDeviceAdapter*>( in Execute()291 delete reinterpret_cast<NvramDeviceAdapter*>( in device_nvram_device_close()299 NvramDeviceAdapter::NvramDeviceAdapter(const hw_module_t* module, in NvramDeviceAdapter() function in nvram::NvramDeviceAdapter