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

/system/nvram/hal/include/nvram/hal/
H A Dnvram_device_adapter.h43 // |hw_device_t|, just create an |NvramDeviceAdapter| with a suitable
45 struct NvramDeviceAdapter { struct in namespace:nvram
48 NvramDeviceAdapter(const hw_module_t* module,
59 // Make sure |NvramDeviceAdapter| is a standard layout type. This guarantees
62 static_assert(std::is_standard_layout<NvramDeviceAdapter>::value,
/system/nvram/hal/
H A Dtesting_nvram_implementation.cpp137 nvram::NvramDeviceAdapter* adapter =
138 new nvram::NvramDeviceAdapter(module, new TestingNvramImplementation);
H A Dnvram_device_adapter.cpp28 // Executes an operation on the |NvramDeviceAdapter| corresponding to |device|.
38 NvramDeviceAdapter* adapter = reinterpret_cast<NvramDeviceAdapter*>(
291 delete reinterpret_cast<NvramDeviceAdapter*>(
299 NvramDeviceAdapter::NvramDeviceAdapter(const hw_module_t* module, function in class:nvram::NvramDeviceAdapter

Completed in 58 milliseconds