Searched defs:NvramSpace (Results 1 - 1 of 1) sorted by relevance

/system/nvram/core/include/nvram/core/
H A Dpersistence.h89 // All data corresponding to a single NVRAM space is held in an NvramSpace
91 struct NvramSpace { struct in namespace:nvram
112 // Persistent space flags. Bitwise OR of |NvramSpace::Flags| values.
137 storage::Status LoadSpace(uint32_t index, NvramSpace* space);
140 storage::Status StoreSpace(uint32_t index, const NvramSpace& space);

Completed in 118 milliseconds