Searched refs:aLogInfo (Results 1 – 10 of 10) sorted by relevance
/external/opencore/engines/2way/include/ |
D | pv_2way_interface.h | 418 int32& aLogInfo,
|
/external/opencore/engines/author/include/ |
D | pvauthorengineinterface.h | 155 …virtual PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContex…
|
/external/opencore/engines/player/include/ |
D | pv_player_interface.h | 211 …virtual PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContex…
|
/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.h | 163 PVCommandId GetLogLevel(const char* aTag, int32& aLogInfo, OsclAny* aContextData = NULL);
|
D | pv_2way_engine.h | 743 PVCommandId GetLogLevel(const char* aTag, int32& aLogInfo, OsclAny* aContextData = NULL);
|
D | pv_2way_engine.cpp | 2580 int32& aLogInfo, in GetLogLevel() argument 2594 aLogInfo = logger->GetLogLevel(); in GetLogLevel()
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.h | 166 …OSCL_IMPORT_REF PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny*…
|
D | pvauthorengine.cpp | 186 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/ |
D | pv_player_engine.h | 905 …PVCommandId GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* aContextData = …
|
D | pv_player_engine.cpp | 248 PVCommandId PVPlayerEngine::GetLogLevel(const char* aTag, PVLogLevelInfo& aLogInfo, const OsclAny* … in GetLogLevel() argument 257 param.pOsclAny_value = (OsclAny*) & aLogInfo; in GetLogLevel()
|