HomeSort by relevance Sort by last modified time
    Searched refs:LOG_ALWAYS_FATAL_IF (Results 1 - 25 of 44) sorted by null

1 2

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 45 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
56 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
CodeCache.cpp 86 LOG_ALWAYS_FATAL_IF(fd < 0,
92 LOG_ALWAYS_FATAL_IF(gExecutableStore == NULL,
107 LOG_ALWAYS_FATAL_IF(mBase == NULL,
144 LOG_ALWAYS_FATAL_IF(mBase == NULL,
ARMAssembler.cpp 174 LOG_ALWAYS_FATAL_IF(!target_pc,
372 LOG_ALWAYS_FATAL_IF(!((offset&(1<<24)) && !(offset&(1<<21))),
499 LOG_ALWAYS_FATAL_IF(err==-EINVAL,
503 LOG_ALWAYS_FATAL_IF(err,
529 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
538 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
563 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
575 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
MIPSAssembler.cpp 259 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
269 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
280 LOG_ALWAYS_FATAL_IF(W | type | shift, "reg_scale_pre adv modes not yet implemented");
302 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
312 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
321 LOG_ALWAYS_FATAL_IF(W, "reg_pre writeback not yet implemented");
1034 LOG_ALWAYS_FATAL_IF(!((offset&(1<<24)) && !(offset&(1<<21))),
    [all...]
  /frameworks/webview/chromium/plat_support/
jni_entry_point.cpp 32 LOG_ALWAYS_FATAL_IF(ret != JNI_OK, "AttachCurrentThread failed");
graphics_utils.cpp 139 LOG_ALWAYS_FATAL_IF(!clazz, "Unable to find class '%s'", kClassName);
142 LOG_ALWAYS_FATAL_IF(res < 0, "register native methods failed: res=%d", res);
draw_gl_functor.cpp 152 LOG_ALWAYS_FATAL_IF(!clazz, "Unable to find class '%s'", kClassName);
155 LOG_ALWAYS_FATAL_IF(res < 0, "register native methods failed: res=%d", res);
  /libnativehelper/
JniInvocation.cpp 40 LOG_ALWAYS_FATAL_IF(jni_invocation_ != NULL, "JniInvocation instance already initialized");
127 LOG_ALWAYS_FATAL_IF(jni_invocation_ == NULL,
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 72 LOG_ALWAYS_FATAL_IF(res < 0, "Unable to register native methods.");
  /frameworks/native/libs/gui/
SyncFeatures.cpp 45 LOG_ALWAYS_FATAL_IF(exts == NULL, "eglQueryStringImplementationANDROID failed");
BitTube.cpp 147 LOG_ALWAYS_FATAL_IF((size >= 0) && (size % objSize),
162 LOG_ALWAYS_FATAL_IF((size >= 0) && (size % objSize),
ConsumerBase.cpp 84 LOG_ALWAYS_FATAL_IF(!mAbandoned, "[%s] ~ConsumerBase was called, but the "
  /system/core/libutils/
Looper.cpp 74 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
80 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
84 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
91 LOG_ALWAYS_FATAL_IF(mEpollFd < 0, "Could not create epoll instance. errno=%d", errno);
98 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
110 LOG_ALWAYS_FATAL_IF(result != 0, "Could not allocate TLS key.");
136 LOG_ALWAYS_FATAL_IF(result != 0, "pthread_once failed");
BasicHashtable.cpp 248 LOG_ALWAYS_FATAL_IF(!sb, "Could not allocate %u bytes for hashtable with %u buckets.",
326 LOG_ALWAYS_FATAL_IF(loadFactor <= 0.0f || loadFactor > 1.0f,
335 LOG_ALWAYS_FATAL_IF(!count, "Could not determine required number of buckets for "
  /frameworks/av/include/media/stagefright/foundation/
ADebug.h 33 LOG_ALWAYS_FATAL_IF( \
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 126 LOG_ALWAYS_FATAL_IF(needsDetach == NULL, "needsDetach is null!!!");
364 LOG_ALWAYS_FATAL_IF(buffer->stride % 16,
514 LOG_ALWAYS_FATAL_IF(buffer->stride % 16,
525 LOG_ALWAYS_FATAL_IF(buffer->stride % 16,
535 LOG_ALWAYS_FATAL_IF(buffer->stride % 16,
570 LOG_ALWAYS_FATAL_IF(imageClazz == NULL,
574 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mLockedBuffer == NULL,
580 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL,
586 LOG_ALWAYS_FATAL_IF(gImageReaderClassInfo.mNativeContext == NULL,
592 LOG_ALWAYS_FATAL_IF(gImageReaderClassInfo.postEventFromNative == NULL
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 63 LOG_ALWAYS_FATAL_IF(ctxt==EGL_NO_CONTEXT, "EGLContext creation failed");
71 LOG_ALWAYS_FATAL_IF(dummy==EGL_NO_SURFACE, "can't create dummy pbuffer");
73 LOG_ALWAYS_FATAL_IF(!success, "can't make dummy pbuffer current");
  /system/core/include/log/
log.h 373 #ifndef LOG_ALWAYS_FATAL_IF
374 #define LOG_ALWAYS_FATAL_IF(cond, ...) \
386 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
401 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__)
508 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 67 LOG_ALWAYS_FATAL_IF(buffer == NULL || buffer->mFrameCount == 0);
271 LOG_ALWAYS_FATAL_IF(buffer == NULL);
280 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
511 LOG_ALWAYS_FATAL_IF(buffer == NULL || buffer->mFrameCount == 0);
599 LOG_ALWAYS_FATAL_IF(buffer == NULL);
608 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
650 LOG_ALWAYS_FATAL_IF(!mIsOut);
809 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased));
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 188 LOG_ALWAYS_FATAL_IF(!hnd, "couldn't find an OpenGL ES implementation");
192 LOG_ALWAYS_FATAL_IF(!cnx->libGles2 || !cnx->libGles1,
  /system/core/include/utils/
KeyedVector.h 144 LOG_ALWAYS_FATAL_IF(i<0, "%s: key not found", __PRETTY_FUNCTION__);
166 LOG_ALWAYS_FATAL_IF(i<0, "%s: key not found", __PRETTY_FUNCTION__);
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 60 LOG_ALWAYS_FATAL_IF(mDevice == 0, "Device should never be NULL here.");
  /frameworks/base/services/input/
EventHub.cpp 206 LOG_ALWAYS_FATAL_IF(mEpollFd < 0, "Could not create epoll instance. errno=%d", errno);
210 LOG_ALWAYS_FATAL_IF(result < 0, "Could not register INotify for %s. errno=%d",
218 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add INotify to epoll instance. errno=%d", errno);
222 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
228 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
232 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
237 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 181 LOG_ALWAYS_FATAL_IF(recipient == NULL,
ProcessState.cpp 398 LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver could not be opened. Terminating.");

Completed in 614 milliseconds

1 2