Searched refs:LOG_FATAL_IF (Results 1 - 21 of 21) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h204 #ifndef LOG_FATAL_IF
205 #define LOG_FATAL_IF(cond, ...) ((void)0) macro
213 #ifndef LOG_FATAL_IF
214 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) macro
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/
H A Dcom_android_server_SerialService.cpp72 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor");
75 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
H A Dcom_android_server_input_InputApplicationHandle.cpp131 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.");
H A Dcom_android_server_power_PowerManagerService.cpp189 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.");
H A Dcom_android_server_UsbDeviceManager.cpp141 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor");
144 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
H A Dcom_android_server_AssetAtlasService.cpp199 LOG_FATAL_IF(! var, "Unable to find class " className);
203 LOG_FATAL_IF(!var, "Unable to find method " methodName);
H A Dcom_android_server_input_InputWindowHandle.cpp221 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.");
H A Dcom_android_server_UsbHostManager.cpp238 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.ParcelFileDescriptor");
242 LOG_FATAL_IF(gParcelFileDescriptorOffsets.mConstructor == NULL,
H A Dcom_android_server_hdmi_HdmiCecController.cpp287 LOG_FATAL_IF(! var, "Unable to find method " methodName);
410 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
H A Dcom_android_server_tv_TvUinputBridge.cpp302 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
H A Dcom_android_server_tv_TvInputHal.cpp681 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.");
H A Dcom_android_server_input_InputManagerService.cpp1544 LOG_FATAL_IF(! var, "Unable to find class " className);
1548 LOG_FATAL_IF(! var, "Unable to find method " methodName);
1552 LOG_FATAL_IF(! var, "Unable to find field " fieldName);
1558 LOG_FATAL_IF(res < 0, "Unable to register native methods.");
/frameworks/base/media/jni/
H A Dandroid_media_ExifInterface.cpp46 LOG_FATAL_IF(! var, "Unable to find class " className);
50 LOG_FATAL_IF(! var, "Unable to find method " fieldName);
H A Dandroid_media_MediaDrm.cpp41 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);
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp381 LOG_FATAL_IF(cur->free,
405 LOG_FATAL_IF(!freed->free,
H A DBufferedTextOutput.cpp246 LOG_FATAL_IF(b->bundle < 0,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp484 LOG_FATAL_IF(mDisplayWidth != newWidth,
486 LOG_FATAL_IF(mDisplayHeight != newHeight,
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp485 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
522 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
553 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
704 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
1194 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
1257 LOG_FATAL_IF(mAssetPaths.size() == 0, "No assets added to AssetManager");
H A DResourceTypes.cpp3649 LOG_FATAL_IF(mError != NO_ERROR, "Error parsing resource table");
5762 LOG_FATAL_IF(idx >= mPackageGroups.size(),
5773 LOG_FATAL_IF(idx >= mPackageGroups.size(),
5784 LOG_FATAL_IF(idx >= mPackageGroups.size(),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp342 LOG_FATAL_IF(mDisplayId < 0, "mDisplayId=%d but should not be < 0.", mDisplayId);
500 LOG_FATAL_IF(mCompositionType != COMPOSITION_GLES,
H A DHWComposer_hwc1.cpp665 LOG_FATAL_IF(disp.list == NULL);
801 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE);
817 LOG_FATAL_IF(disp >= VIRTUAL_DISPLAY_ID_BASE);
823 LOG_FATAL_IF(mode != 0);

Completed in 3561 milliseconds