Searched refs:LOG_ALWAYS_FATAL_IF (Results 26 - 50 of 78) sorted by relevance

1234

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h33 LOG_ALWAYS_FATAL_IF( \
/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.cpp36 LOG_ALWAYS_FATAL_IF(n >= size - off, "String overflow in setting layout properties");
/frameworks/base/libs/hwui/
H A DInterpolator.cpp115 LOG_ALWAYS_FATAL_IF(i1 < 0 || i2 < 0, "negatives in interpolation!"
H A DRenderState.cpp165 LOG_ALWAYS_FATAL_IF(!pthread_equal(mThreadId, curr), "Wrong thread!");
H A DAnimator.cpp54 LOG_ALWAYS_FATAL_IF(mStagingPlayState != NOT_STARTED,
107 LOG_ALWAYS_FATAL_IF(frameTimeMs <= 0, "%" PRId64 " isn't a real frame time!", frameTimeMs);
H A DDamageAccumulator.cpp103 LOG_ALWAYS_FATAL_IF(mHead->prev == mHead, "Cannot pop the root frame!");
222 LOG_ALWAYS_FATAL_IF(mHead->prev != mHead, "Cannot finish, mismatched push/pop calls! %p vs. %p", mHead->prev, mHead);
H A DDisplayListRenderer.cpp46 LOG_ALWAYS_FATAL_IF(mDisplayListData,
66 LOG_ALWAYS_FATAL_IF(mDisplayListData,
182 LOG_ALWAYS_FATAL_IF(!renderNode, "missing rendernode");
H A DPatchCache.cpp131 LOG_ALWAYS_FATAL_IF(patch == NULL);
H A DShadowTessellator.cpp275 LOG_ALWAYS_FATAL_IF(used > total, "Error: %s overflow!!! used %d, total %d",
H A DTessellationCache.cpp151 LOG_ALWAYS_FATAL_IF(mBuffer == NULL, "Failed to precache");
405 LOG_ALWAYS_FATAL_IF(task == NULL, "shadow not precached");
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp95 LOG_ALWAYS_FATAL_IF(ctxt==EGL_NO_CONTEXT, "EGLContext creation failed");
107 LOG_ALWAYS_FATAL_IF(dummy==EGL_NO_SURFACE, "can't create dummy pbuffer");
109 LOG_ALWAYS_FATAL_IF(!success, "can't make dummy pbuffer current");
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp814 LOG_ALWAYS_FATAL_IF(gDngCreatorClassInfo.mNativeContext == NULL,
819 LOG_ALWAYS_FATAL_IF(outputStreamClazz == NULL, "Can't find java/io/OutputStream class");
821 LOG_ALWAYS_FATAL_IF(gOutputStreamClassInfo.mWriteMethod == NULL, "Can't find write method");
824 LOG_ALWAYS_FATAL_IF(inputStreamClazz == NULL, "Can't find java/io/InputStream class");
826 LOG_ALWAYS_FATAL_IF(gInputStreamClassInfo.mReadMethod == NULL, "Can't find read method");
828 LOG_ALWAYS_FATAL_IF(gInputStreamClassInfo.mSkipMethod == NULL, "Can't find skip method");
831 LOG_ALWAYS_FATAL_IF(inputBufferClazz == NULL, "Can't find java/nio/ByteBuffer class");
834 LOG_ALWAYS_FATAL_IF(gInputByteBufferClassInfo.mGetMethod == NULL, "Can't find get method");
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h69 LOG_ALWAYS_FATAL_IF(index < 0, "%s: Could not allocate vector for data.", __FUNCTION__); function
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp172 LOG_ALWAYS_FATAL_IF((size_t) framesRead > frameCount);
H A DFastThread.cpp187 LOG_ALWAYS_FATAL_IF(!isSubClassCommand(command));
H A DAudioResamplerDyn.cpp413 LOG_ALWAYS_FATAL_IF(stride < 16, "Resampler stride must be 16 or more");
414 LOG_ALWAYS_FATAL_IF(mChannelCount < 1 || mChannelCount > 8,
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp65 LOG_ALWAYS_FATAL_IF(mDevice == 0, "Device should never be NULL here.");
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp62 LOG_ALWAYS_FATAL_IF(nTypefaces == 0,
/frameworks/native/libs/gui/
H A DConsumerBase.cpp86 LOG_ALWAYS_FATAL_IF(!mAbandoned, "[%s] ~ConsumerBase was called, but the "
/frameworks/native/services/inputflinger/
H A DEventHub.cpp186 LOG_ALWAYS_FATAL_IF(mEpollFd < 0, "Could not create epoll instance. errno=%d", errno);
190 LOG_ALWAYS_FATAL_IF(result < 0, "Could not register INotify for %s. errno=%d",
198 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add INotify to epoll instance. errno=%d", errno);
202 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
208 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
212 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
217 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
/frameworks/av/camera/
H A DCameraParameters2.cpp107 LOG_ALWAYS_FATAL_IF(res < 0, "replaceValueFor(%s,%s) failed", key, value);
/frameworks/native/libs/binder/
H A DBpBinder.cpp181 LOG_ALWAYS_FATAL_IF(recipient == NULL,
H A DProcessState.cpp363 LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver could not be opened. Terminating.");
/frameworks/base/tools/aapt/
H A DXMLNode.cpp1277 LOG_ALWAYS_FATAL_IF(node->getElementNamespace() != ns16
1291 LOG_ALWAYS_FATAL_IF(node->getNamespacePrefix() != String16(nonNullPrefix),
1444 LOG_ALWAYS_FATAL_IF(NA != mAttributeOrder.size(), "Attributes messed up!");
1511 LOG_ALWAYS_FATAL_IF(NA != 0, "Namespace nodes can't have attributes!");
1522 LOG_ALWAYS_FATAL_IF(NA != 0, "CDATA nodes can't have attributes!");
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp142 LOG_ALWAYS_FATAL_IF(mState != STATE_CONFIGURED, "Invalid state: 0x%x", mState);

Completed in 624 milliseconds

1234