Home
last modified time | relevance | path

Searched refs:aLogInfo (Results 1 – 10 of 10) sorted by relevance

/external/opencore/engines/2way/include/
Dpv_2way_interface.h418 int32& aLogInfo,
/external/opencore/engines/author/include/
Dpvauthorengineinterface.h155 …virtual PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContex…
/external/opencore/engines/player/include/
Dpv_player_interface.h211 …virtual PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContex…
/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.h163 PVCommandId GetLogLevel(const char* aTag, int32& aLogInfo, OsclAny* aContextData = NULL);
Dpv_2way_engine.h743 PVCommandId GetLogLevel(const char* aTag, int32& aLogInfo, OsclAny* aContextData = NULL);
Dpv_2way_engine.cpp2580 int32& aLogInfo, in GetLogLevel() argument
2594 aLogInfo = logger->GetLogLevel(); in GetLogLevel()
/external/opencore/engines/author/src/
Dpvauthorengine.h166 …OSCL_IMPORT_REF PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny*…
Dpvauthorengine.cpp186 OSCL_EXPORT_REF PVCommandId PVAuthorEngine::GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, in GetLogLevel() argument
191 OSCL_UNUSED_ARG(aLogInfo); in GetLogLevel()
/external/opencore/engines/player/src/
Dpv_player_engine.h905 …PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContextData = …
Dpv_player_engine.cpp248 PVCommandId PVPlayerEngine::GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* … in GetLogLevel() argument
257 param.pOsclAny_value = (OsclAny*) & aLogInfo; in GetLogLevel()