HomeSort by relevance Sort by last modified time
    Searched defs:PVLoggerRegistry (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
pvlogger_registry.h 30 * Class: PVLoggerRegistry
32 * PVLoggerRegistry class, maintains a repository of all the loggers, along with
42 class PVLoggerRegistry
53 OSCL_IMPORT_REF static PVLoggerRegistry* GetPVLoggerRegistry();
56 * PVLoggerRegistry Constructor
59 OSCL_IMPORT_REF PVLoggerRegistry();
62 * PVLoggerRegistry Destructor
65 OSCL_IMPORT_REF virtual ~PVLoggerRegistry();
68 * PVLoggerRegistry method to get access to a logging control point, associated with
pvlogger.cpp 47 OsclAny* ptr = alloc.allocate(sizeof(PVLoggerRegistry));
50 PVLoggerRegistry *pvlogreg = new(ptr) PVLoggerRegistry();
61 PVLoggerRegistry *pvlogreg = OSCL_STATIC_CAST(PVLoggerRegistry*, PVLOGGER_REGISTRY::getInstance(PVLOGGER_REGISTRY_ID, err));
64 pvlogreg->~PVLoggerRegistry();
75 PVLoggerRegistry* registry = PVLoggerRegistry::GetPVLoggerRegistry();
87 PVLoggerRegistry::GetPVLoggerRegistry()->SetNodeLogLevelExplicit(_tag, level);
294 OSCL_EXPORT_REF PVLoggerRegistry* PVLoggerRegistry::GetPVLoggerRegistry(
    [all...]

Completed in 852 milliseconds