/hardware/libhardware/tests/input/evdev/ |
TestHelpers.cpp | 48 LOG_FATAL_IF(mName == nullptr, "could not create temp filename %s. errno=%d", mName, errno); 51 LOG_FATAL_IF(result < 0, "could not create fifo %s. errno=%d", mName, errno); 54 LOG_FATAL_IF(mFd < 0, "could not open fifo %s. errno=%d", mName, errno); 71 LOG_FATAL_IF(mName == nullptr, "could not allocate tempdir %s", mName);
|
/frameworks/ex/framesequence/jni/utils/ |
log.h | 204 #ifndef LOG_FATAL_IF 205 #define LOG_FATAL_IF(cond, ...) ((void)0) 213 #ifndef LOG_FATAL_IF 214 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) 227 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) 228 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
|
/frameworks/base/services/core/jni/ |
com_android_server_SerialService.cpp | 72 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 75 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
com_android_server_input_InputApplicationHandle.cpp | 131 LOG_FATAL_IF(! var, "Unable to find class " className); 135 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 141 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_power_PowerManagerService.cpp | 189 LOG_FATAL_IF(! var, "Unable to find class " className); 193 LOG_FATAL_IF(! var, "Unable to find method " methodName); 197 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 203 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_UsbDeviceManager.cpp | 141 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 144 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
com_android_server_AssetAtlasService.cpp | 199 LOG_FATAL_IF(! var, "Unable to find class " className); 203 LOG_FATAL_IF(!var, "Unable to find method " methodName);
|
com_android_server_input_InputWindowHandle.cpp | 221 LOG_FATAL_IF(! var, "Unable to find class " className); 225 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 231 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_UsbHostManager.cpp | 238 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor"); 242 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
|
com_android_server_hdmi_HdmiCecController.cpp | 287 LOG_FATAL_IF(! var, "Unable to find method " methodName); 410 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_tv_TvUinputBridge.cpp | 302 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_tv_TvInputHal.cpp | 681 LOG_FATAL_IF(! var, "Unable to find class " className) 685 LOG_FATAL_IF(! var, "Unable to find method" methodName) 690 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
|
com_android_server_input_InputManagerService.cpp | [all...] |
/system/core/include/log/ |
log.h | 414 #ifndef LOG_FATAL_IF 415 #define LOG_FATAL_IF(cond, ...) ((void)0) 423 #ifndef LOG_FATAL_IF 424 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) 437 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) 438 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 231 LOG_FATAL_IF(Rd==Rm, "MLA(r%u,r%u,r%u,r%u)", Rd,Rm,Rs,Rn); 238 LOG_FATAL_IF(Rd==Rm, "MUL(r%u,r%u,r%u)", Rd,Rm,Rs); 243 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, 250 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, 257 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, 264 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi,
|
MIPS64Assembler.cpp | 643 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, 659 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, 674 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi, [all...] |
/frameworks/base/media/jni/ |
android_media_ExifInterface.cpp | 46 LOG_FATAL_IF(! var, "Unable to find class " className); 50 LOG_FATAL_IF(! var, "Unable to find method " fieldName);
|
android_media_MediaDrm.cpp | 41 LOG_FATAL_IF(! var, "Unable to find class " className); 45 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 49 LOG_FATAL_IF(! var, "Unable to find method " fieldName); 53 LOG_FATAL_IF(! var, "Unable to find field " fieldName); 57 LOG_FATAL_IF(! var, "Unable to find static method " fieldName); [all...] |
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 381 LOG_FATAL_IF(cur->free, 405 LOG_FATAL_IF(!freed->free,
|
BufferedTextOutput.cpp | 246 LOG_FATAL_IF(b->bundle < 0,
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 495 LOG_FATAL_IF(mDisplayWidth != newWidth, 497 LOG_FATAL_IF(mDisplayHeight != newHeight,
|
/system/core/include/utils/ |
SortedVector.h | 189 LOG_FATAL_IF(index>=size(),
|
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 488 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 525 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 556 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); 707 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager"); [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
VirtualDisplaySurface.cpp | 345 LOG_FATAL_IF(mDisplayId < 0, "mDisplayId=%d but should not be < 0.", mDisplayId); 503 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES,
|
HWComposer_hwc1.cpp | 672 LOG_FATAL_IF(disp.list == NULL); 808 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE); 824 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE); 830 LOG_FATAL_IF(mode != 0); [all...] |