Home
last modified time | relevance | path

Searched refs:NVRAM_LOG_INFO (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/nvram/core/
H A Dnvram_manager.cpp168 NVRAM_LOG_INFO("GetInfo"); in GetInfo()
195 NVRAM_LOG_INFO("CreateSpace Ox%" PRIx32, index); in CreateSpace()
211 NVRAM_LOG_INFO("Too many spaces."); in CreateSpace()
230 NVRAM_LOG_INFO("Bad controls."); in CreateSpace()
292 NVRAM_LOG_INFO("GetSpaceInfo Ox%" PRIx32, index); in GetSpaceInfo()
327 NVRAM_LOG_INFO("DeleteSpace Ox%" PRIx32, index); in DeleteSpace()
375 NVRAM_LOG_INFO("DisableCreate"); in DisableCreate()
396 NVRAM_LOG_INFO("WriteSpace Ox%" PRIx32, index); in WriteSpace()
442 NVRAM_LOG_INFO("ReadSpace Ox%" PRIx32, index); in ReadSpace()
618 NVRAM_LOG_INFO( in CheckWriteAccess()
[all …]
/aosp12/system/nvram/core/include/nvram/core/
H A Dlogger.h74 #define NVRAM_LOG_INFO(fmt, ...) NVRAM_LOG(INFO, fmt, ##__VA_ARGS__) macro