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

/system/nvram/hal/include/nvram/hal/
H A Dnvram_device_adapter.h27 // |NvramImplementation| subclasses provide an implementation of the NVRAM HAL
29 class NvramImplementation { class in namespace:nvram
31 virtual ~NvramImplementation() = default;
40 // |NvramDeviceAdapater| provides glue to turn an |NvramImplementation| object
44 // |NvramImplementation| and call |as_device()| to get the HAL device pointer.
49 NvramImplementation* implementation);
52 NvramImplementation* nvram_implementation() { return implementation_.get(); }
56 std::unique_ptr<NvramImplementation> implementation_;
/system/nvram/hal/
H A Dtesting_nvram_implementation.cpp37 class TestingNvramImplementation : public nvram::NvramImplementation {
H A Dnvram_device_adapter.cpp300 NvramImplementation* implementation)

Completed in 89 milliseconds