Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h189 OMX_ErrorResourcesLost = (OMX_S32) 0x8000100D, enumerator
DOMX_AsString.h267 case OMX_ErrorResourcesLost: return "ResourcesLost";
/frameworks/av/media/libstagefright/
DACodec.cpp5732 mCodec->signalError(OMX_ErrorResourcesLost, DEAD_OBJECT); in onMessageReceived()