Lines Matching refs:SFT_LOGE
32 #define SFT_LOGE(x, ...) ALOGE("[%s] " x, mName.string(), ##__VA_ARGS__) macro
89 SFT_LOGE("setDefaultBufferSize: SurfaceTexture is abandoned!"); in setDefaultBufferSize()
103 SFT_LOGE("updateTexImage: SurfaceTexture is abandoned!"); in updateTexImage()
117 SFT_LOGE("releaseTexImage: SurfaceTexture is abandoned!"); in releaseTexImage()
164 SFT_LOGE("detachFromContext: abandoned SurfaceTexture"); in detachFromContext()
169 SFT_LOGE("detachFromContext: SurfaceTexture is not attached to a GL context"); in detachFromContext()
187 SFT_LOGE("attachToContext: abandoned SurfaceTexture"); in attachToContext()
192 SFT_LOGE("attachToContext: SurfaceTexture is already attached to a " in attachToContext()
204 SFT_LOGE("attachToView: abandoned SurfaceTexture"); in takeConsumerOwnership()
216 SFT_LOGE("attachToView: already attached"); in takeConsumerOwnership()
225 SFT_LOGE("detachFromView: abandoned SurfaceTexture"); in releaseConsumerOwnership()
232 SFT_LOGE("detachFromView: not attached to View"); in releaseConsumerOwnership()
248 SFT_LOGE("setFilteringEnabled: SurfaceTexture is abandoned!"); in setFilteringEnabled()
475 SFT_LOGE("dequeueImage: SurfaceTexture is abandoned!"); in dequeueBuffer()
480 SFT_LOGE("dequeueImage: SurfaceTexture is not attached to a View"); in dequeueBuffer()