Home
last modified time | relevance | path

Searched refs:ECOLOGE (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/av/media/eco/
H A DECOSession.cpp158 ECOLOGE("Invalid stats ECOData without statsType"); in processStats()
388 ECOLOGE("%s: provider must not be null", __FUNCTION__); in addStatsProvider()
401 ECOLOGE("%s", errorMsg.string()); in addStatsProvider()
408 ECOLOGE("Provider config is invalid"); in addStatsProvider()
425 ECOLOGE("Failed to remove provider"); in removeStatsProvider()
450 ECOLOGE("ECOService 1.0 only supports one listener"); in addInfoListener()
456 ECOLOGE("%s: listener must not be null", __FUNCTION__); in addInfoListener()
463 ECOLOGE("%s: listener config is invalid", __FUNCTION__); in addInfoListener()
469 ECOLOGE("Listener must provide listening criterion"); in addInfoListener()
481 ECOLOGE("%s: listener config is invalid", __FUNCTION__); in addInfoListener()
[all …]
H A DECOService.cpp54 ECOLOGE("ECOService:: Failed to obtainSession as ECOService is disable"); in obtainSession()
89 ECOLOGE("ECOService failed to create ECOSession w: %d, h: %d, isCameraRecording: %d", width, in obtainSession()
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECODebug.h50 #define ECOLOGE(format, args...) ALOGE(format, ##args) macro