Home
last modified time | relevance | path

Searched refs:NvramDeviceAdapter (Results 1 – 3 of 3) sorted by relevance

/system/nvram/hal/include/nvram/hal/
Dnvram_device_adapter.h45 struct NvramDeviceAdapter { struct
48 NvramDeviceAdapter(const hw_module_t* module,
62 static_assert(std::is_standard_layout<NvramDeviceAdapter>::value,
/system/nvram/hal/
Dtesting_nvram_implementation.cpp137 nvram::NvramDeviceAdapter* adapter = in testing_nvram_open()
138 new nvram::NvramDeviceAdapter(module, new TestingNvramImplementation); in testing_nvram_open()
Dnvram_device_adapter.cpp38 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