/frameworks/minikin/tests/util/ |
D | UnicodeUtils.cpp | 42 LOG_ALWAYS_FATAL_IF(static_cast<uint8_t>(src[input_ix]) >= 0x80); in ParseUnicode() 44 LOG_ALWAYS_FATAL_IF(src[input_ix] == 0); in ParseUnicode() 45 LOG_ALWAYS_FATAL_IF(output_ix >= buf_size); in ParseUnicode() 47 LOG_ALWAYS_FATAL_IF(src[input_ix] != '\''); in ParseUnicode() 54 LOG_ALWAYS_FATAL_IF(src[input_ix] != '+'); in ParseUnicode() 61 LOG_ALWAYS_FATAL_IF(num_hex_digits < 4u); in ParseUnicode() 62 LOG_ALWAYS_FATAL_IF(num_hex_digits > 6u); in ParseUnicode() 63 LOG_ALWAYS_FATAL_IF(codepoint > 0x10FFFFu); in ParseUnicode() 66 LOG_ALWAYS_FATAL_IF(output_ix + 1 > buf_size); in ParseUnicode() 70 LOG_ALWAYS_FATAL_IF(output_ix + 2 > buf_size); in ParseUnicode() [all …]
|
D | FreeTypeMinikinFontForTest.cpp | 53 LOG_ALWAYS_FATAL_IF(FT_Set_Char_Size(face, scale, scale, 72 /* dpi */, 72 /* dpi */), in loadGlyphOrDie() 55 LOG_ALWAYS_FATAL_IF(FT_Load_Glyph(face, glyphId, LOAD_FLAG), "Failed to load glyph"); in loadGlyphOrDie() 56 LOG_ALWAYS_FATAL_IF(face->glyph->format != FT_GLYPH_FORMAT_OUTLINE, in loadGlyphOrDie() 66 LOG_ALWAYS_FATAL_IF(fd == -1, "Open failed: %s", font_path.c_str()); in FreeTypeMinikinFontForTest() 68 LOG_ALWAYS_FATAL_IF(fstat(fd, &st) != 0); in FreeTypeMinikinFontForTest() 71 LOG_ALWAYS_FATAL_IF(mFontData == nullptr); in FreeTypeMinikinFontForTest() 74 LOG_ALWAYS_FATAL_IF(FT_Init_FreeType(&mFtLibrary), "Failed to initialize FreeType"); in FreeTypeMinikinFontForTest() 80 LOG_ALWAYS_FATAL_IF(FT_Open_Face(mFtLibrary, &args, index, &mFtFace), "Failed to open FT_Face"); in FreeTypeMinikinFontForTest()
|
D | FileUtils.cpp | 28 LOG_ALWAYS_FATAL_IF(fp == nullptr); in readWholeFile() 30 LOG_ALWAYS_FATAL_IF(fstat(fileno(fp), &st) != 0); in readWholeFile() 33 LOG_ALWAYS_FATAL_IF(fread(result.data(), 1, st.st_size, fp) != static_cast<size_t>(st.st_size)); in readWholeFile()
|
D | PathUtils.cpp | 29 LOG_ALWAYS_FATAL_IF(result == nullptr, "dirname failed."); in getDirname() 35 LOG_ALWAYS_FATAL_IF(result == nullptr, "basename failed."); in getBasename() 41 LOG_ALWAYS_FATAL_IF(readlink(SELF_EXE_PATH, buf, PATH_MAX) == -1, "readlink failed."); in getTestDataDir()
|
/frameworks/libs/modules-utils/build/include/android-modules-utils/ |
D | unbounded_sdk_level.h | 37 LOG_ALWAYS_FATAL_IF(version[0] == '\0', "empty version"); in getVersionInt() 40 LOG_ALWAYS_FATAL_IF(*next_char != '\0', "no conversion from \"%s\" to long", in getVersionInt() 42 LOG_ALWAYS_FATAL_IF(versionInt <= 0, "negative version: %s", version); in getVersionInt() 43 LOG_ALWAYS_FATAL_IF(versionInt > INT_MAX, "version too large: %s", version); in getVersionInt() 48 LOG_ALWAYS_FATAL_IF(version[0] == '\0', "empty version"); in isCodename() 73 LOG_ALWAYS_FATAL_IF(pi == nullptr, "known_codenames property doesn't exist"); in getKnownCodenames() 89 LOG_ALWAYS_FATAL_IF(!isCodename(version), "input version is not a codename"); in isKnownCodename() 93 LOG_ALWAYS_FATAL_IF(known_codenames == nullptr, "null for known codenames"); in isKnownCodename() 115 LOG_ALWAYS_FATAL_IF( in IsAtLeast() 139 LOG_ALWAYS_FATAL_IF( in IsAtMost()
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTestService.cpp | 45 LOG_ALWAYS_FATAL_IF(!strongServer->shutdown(), "Could not shutdown"); in scheduleShutdown() 70 LOG_ALWAYS_FATAL_IF(!ReadFdToString(file.get(), &result)); in concatFiles() 105 LOG_ALWAYS_FATAL_IF(argc != 3, "Invalid number of arguments: %d", argc); in main() 123 LOG_ALWAYS_FATAL_IF(!server->setProtocolVersion(serverConfig.serverVersion)); in main() 134 LOG_ALWAYS_FATAL_IF(OK != server->setupUnixDomainServer(serverConfig.addr.c_str()), in main() 138 LOG_ALWAYS_FATAL_IF(OK != in main() 142 LOG_ALWAYS_FATAL_IF(OK != server->setupRawSocketServer(std::move(socketFd))); in main() 145 LOG_ALWAYS_FATAL_IF(OK != in main() 151 LOG_ALWAYS_FATAL_IF(OK != server->setupInetServer(kLocalInetAddress, 0, &outPort)); in main() 152 LOG_ALWAYS_FATAL_IF(0 == outPort); in main() [all …]
|
/frameworks/base/core/jni/ |
D | android_os_PerformanceHintManager.cpp | 78 LOG_ALWAYS_FATAL_IF(handle_ == nullptr, "Failed to dlopen libandroid.so!"); in ensureAPerformanceHintBindingInitialized() 81 LOG_ALWAYS_FATAL_IF(gAPH_getManagerFn == nullptr, in ensureAPerformanceHintBindingInitialized() 87 LOG_ALWAYS_FATAL_IF(gAPH_getPreferredUpdateRateNanosFn == nullptr, in ensureAPerformanceHintBindingInitialized() 92 LOG_ALWAYS_FATAL_IF(gAPH_createSessionFn == nullptr, in ensureAPerformanceHintBindingInitialized() 98 LOG_ALWAYS_FATAL_IF(gAPH_updateTargetWorkDurationFn == nullptr, in ensureAPerformanceHintBindingInitialized() 105 LOG_ALWAYS_FATAL_IF(gAPH_reportActualWorkDurationFn == nullptr, in ensureAPerformanceHintBindingInitialized() 110 LOG_ALWAYS_FATAL_IF(gAPH_closeSessionFn == nullptr, in ensureAPerformanceHintBindingInitialized() 114 LOG_ALWAYS_FATAL_IF(gAPH_sendHintFn == nullptr, in ensureAPerformanceHintBindingInitialized() 118 LOG_ALWAYS_FATAL_IF(gAPH_setThreadsFn == nullptr, in ensureAPerformanceHintBindingInitialized() 122 LOG_ALWAYS_FATAL_IF(gAPH_getThreadIdsFn == nullptr, in ensureAPerformanceHintBindingInitialized() [all …]
|
D | jni_wrappers.h | 29 LOG_ALWAYS_FATAL_IF(clazz == NULL, "Unable to find class %s", class_name); in FindClassOrDie() 36 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find field %s with signature %s", field_name, in GetFieldIDOrDie() 44 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find method %s with signature %s", method_name, in GetMethodIDOrDie() 52 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static field %s with signature %s", field_name, in GetStaticFieldIDOrDie() 60 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static method %s with signature %s", in GetStaticMethodIDOrDie() 68 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to create global reference."); in MakeGlobalRefOrDie() 75 LOG_ALWAYS_FATAL_IF(res < 0, "Unable to register native methods."); in RegisterMethodsOrDie()
|
/frameworks/base/media/jni/ |
D | android_media_Utils.cpp | 115 LOG_ALWAYS_FATAL_IF(buffer == NULL, "Input buffer is NULL!!!"); in Image_getBlobSize() 157 LOG_ALWAYS_FATAL_IF(buffer == NULL, "Input buffer is NULL!!!"); in getLockedImageInfo() 158 LOG_ALWAYS_FATAL_IF(base == NULL, "base is NULL!!!"); in getLockedImageInfo() 159 LOG_ALWAYS_FATAL_IF(size == NULL, "size is NULL!!!"); in getLockedImageInfo() 160 LOG_ALWAYS_FATAL_IF(pixelStride == NULL, "pixelStride is NULL!!!"); in getLockedImageInfo() 161 LOG_ALWAYS_FATAL_IF(rowStride == NULL, "rowStride is NULL!!!"); in getLockedImageInfo() 162 LOG_ALWAYS_FATAL_IF((idx >= IMAGE_MAX_NUM_PLANES) || (idx < 0), "idx (%d) is illegal", idx); in getLockedImageInfo() 281 LOG_ALWAYS_FATAL_IF(buffer->stride % 16, in getLockedImageInfo() 349 LOG_ALWAYS_FATAL_IF(idx != 0, "Wrong index: %d", idx); in getLockedImageInfo() 359 LOG_ALWAYS_FATAL_IF(idx != 0, "Wrong index: %d", idx); in getLockedImageInfo() [all …]
|
/frameworks/native/libs/input/ |
D | TfLiteMotionPredictor.cpp | 95 LOG_ALWAYS_FATAL_IF(!element, "Could not find '%s' element", elementName); in parseXMLInt64() 98 LOG_ALWAYS_FATAL_IF(element->QueryInt64Text(&value) != tinyxml2::XML_SUCCESS, in parseXMLInt64() 105 LOG_ALWAYS_FATAL_IF(!element, "Could not find '%s' element", elementName); in parseXMLFloat() 108 LOG_ALWAYS_FATAL_IF(element->QueryFloatText(&value) != tinyxml2::XML_SUCCESS, in parseXMLFloat() 124 LOG_ALWAYS_FATAL_IF(!tensor, "Failed to find input tensor '%s'", name); in findInputTensor() 131 LOG_ALWAYS_FATAL_IF(!tensor, "Failed to find output tensor '%s'", name); in findOutputTensor() 139 LOG_ALWAYS_FATAL_IF(!tensor); in getTensorBuffer() 142 LOG_ALWAYS_FATAL_IF(tensor->type != type, "Unexpected type for '%s' tensor: %s (expected %s)", in getTensorBuffer() 145 LOG_ALWAYS_FATAL_IF(!tensor->data.data); in getTensorBuffer() 152 LOG_ALWAYS_FATAL_IF(!tensor); in checkTensor() [all …]
|
/frameworks/base/libs/hwui/jni/ |
D | graphics_jni_helpers.h | 44 LOG_ALWAYS_FATAL_IF(clazz == NULL, "Unable to find class %s", class_name); in FindClassOrDie() 51 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static field %s", field_name); in GetFieldIDOrDie() 58 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find method %s", method_name); in GetMethodIDOrDie() 65 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static field %s", field_name); in GetStaticFieldIDOrDie() 72 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to find static method %s", method_name); in GetStaticMethodIDOrDie() 79 LOG_ALWAYS_FATAL_IF(res == NULL, "Unable to create global reference."); in MakeGlobalRefOrDie() 86 LOG_ALWAYS_FATAL_IF(res < 0, "Unable to register native methods."); in RegisterMethodsOrDie()
|
D | HardwareBufferHelpers.cpp | 35 LOG_ALWAYS_FATAL_IF(fromHardwareBuffer == nullptr, in init() 39 LOG_ALWAYS_FATAL_IF(toHardwareBuffer == nullptr, in init() 47 LOG_ALWAYS_FATAL_IF(fromHardwareBuffer == nullptr, in AHardwareBuffer_fromHardwareBuffer() 61 LOG_ALWAYS_FATAL_IF(toHardwareBuffer == nullptr, in AHardwareBuffer_toHardwareBuffer()
|
D | GraphicsStatsService.cpp | 49 LOG_ALWAYS_FATAL_IF(jdata == nullptr && jpath == nullptr, "Path and data can't both be null"); in addToDump() 53 LOG_ALWAYS_FATAL_IF(buffer.size() != sizeof(ProfileData), in addToDump() 60 LOG_ALWAYS_FATAL_IF(pathChars.size() <= 0 || !pathChars.c_str(), in addToDump() 65 LOG_ALWAYS_FATAL_IF(packageChars.size() <= 0 || !packageChars.c_str(), in addToDump() 68 LOG_ALWAYS_FATAL_IF(!dump, "null passed for dump pointer"); in addToDump() 76 LOG_ALWAYS_FATAL_IF(pathChars.size() <= 0 || !pathChars.c_str(), "Failed to get path chars"); in addFileToDump() 97 LOG_ALWAYS_FATAL_IF(buffer.size() != sizeof(ProfileData), in saveBuffer() 101 LOG_ALWAYS_FATAL_IF(pathChars.size() <= 0 || !pathChars.c_str(), "Failed to get path chars"); in saveBuffer() 103 LOG_ALWAYS_FATAL_IF(packageChars.size() <= 0 || !packageChars.c_str(), in saveBuffer()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 60 LOG_ALWAYS_FATAL_IF(createFunc == nullptr, in ASurfaceControlFunctions() 64 LOG_ALWAYS_FATAL_IF(acquireFunc == nullptr, in ASurfaceControlFunctions() 68 LOG_ALWAYS_FATAL_IF(releaseFunc == nullptr, in ASurfaceControlFunctions() 73 LOG_ALWAYS_FATAL_IF(registerListenerFunc == nullptr, in ASurfaceControlFunctions() 78 LOG_ALWAYS_FATAL_IF(unregisterListenerFunc == nullptr, in ASurfaceControlFunctions() 83 LOG_ALWAYS_FATAL_IF(getAcquireTimeFunc == nullptr, in ASurfaceControlFunctions() 88 LOG_ALWAYS_FATAL_IF(getFrameNumberFunc == nullptr, in ASurfaceControlFunctions() 92 LOG_ALWAYS_FATAL_IF(transactionCreateFunc == nullptr, in ASurfaceControlFunctions() 96 LOG_ALWAYS_FATAL_IF(transactionDeleteFunc == nullptr, in ASurfaceControlFunctions() 100 LOG_ALWAYS_FATAL_IF(transactionApplyFunc == nullptr, in ASurfaceControlFunctions() [all …]
|
D | VulkanManager.cpp | 162 LOG_ALWAYS_FATAL_IF(VK_SUCCESS != err); in setupDevice() 166 LOG_ALWAYS_FATAL_IF(VK_SUCCESS != err); in setupDevice() 183 LOG_ALWAYS_FATAL_IF(!hasKHRSurfaceExtension || !hasKHRAndroidSurfaceExtension); in setupDevice() 199 LOG_ALWAYS_FATAL_IF(err < 0); in setupDevice() 211 LOG_ALWAYS_FATAL_IF(mEnumeratePhysicalDevices(mInstance, &gpuCount, nullptr)); in setupDevice() 212 LOG_ALWAYS_FATAL_IF(!gpuCount); in setupDevice() 218 LOG_ALWAYS_FATAL_IF(err && VK_INCOMPLETE != err); in setupDevice() 222 LOG_ALWAYS_FATAL_IF(physDeviceProperties.apiVersion < VK_MAKE_VERSION(1, 1, 0)); in setupDevice() 228 LOG_ALWAYS_FATAL_IF(!queueCount); in setupDevice() 241 LOG_ALWAYS_FATAL_IF(queueProps[i].queueCount < kRequestedQueueCount); in setupDevice() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | BackgroundExecutor.cpp | 47 LOG_ALWAYS_FATAL_IF(sem_init(&mSemaphore, 0, 0), "sem_init failed"); in BackgroundExecutor() 51 LOG_ALWAYS_FATAL_IF(sem_wait(&mSemaphore), "sem_wait failed (%d)", errno); in BackgroundExecutor() 70 LOG_ALWAYS_FATAL_IF(sem_post(&mSemaphore), "sem_post failed"); in ~BackgroundExecutor() 73 LOG_ALWAYS_FATAL_IF(sem_destroy(&mSemaphore), "sem_destroy failed"); in ~BackgroundExecutor() 79 LOG_ALWAYS_FATAL_IF(sem_post(&mSemaphore), "sem_post failed"); in sendCallbacks()
|
/frameworks/native/libs/renderengine/skia/filters/ |
D | KawaseBlurFilter.cpp | 79 LOG_ALWAYS_FATAL_IF(context == nullptr, "%s: Needs GPU context", __func__); in generate() 80 LOG_ALWAYS_FATAL_IF(input == nullptr, "%s: Invalid input image", __func__); in generate() 111 LOG_ALWAYS_FATAL_IF(!surface, "%s: Failed to create surface for blurring!", __func__); in generate() 118 LOG_ALWAYS_FATAL_IF(tmpBlur == nullptr, "%s: tmpBlur is null", __func__); in generate() 121 LOG_ALWAYS_FATAL_IF(!surfaceTwo, "%s: Failed to create second blur surface!", __func__); in generate() 124 LOG_ALWAYS_FATAL_IF(tmpBlur == nullptr, "%s: tmpBlur is null for pass %d", __func__, i); in generate()
|
/frameworks/native/libs/binder/ |
D | RpcServer.cpp | 54 LOG_ALWAYS_FATAL_IF(mShutdownTrigger != nullptr, "Must call shutdown() before destructor"); in ~RpcServer() 90 LOG_ALWAYS_FATAL_IF(socketAddress.addr()->sa_family != AF_INET, "expecting inet"); in setupInetServer() 99 LOG_ALWAYS_FATAL_IF(len != sizeof(addr), "Wrong socket type: len %zu vs len %zu", in setupInetServer() 102 LOG_ALWAYS_FATAL_IF(port != 0 && realPort != port, in setupInetServer() 118 LOG_ALWAYS_FATAL_IF(threads <= 0, "RpcServer is useless without threads"); in setMaxThreads() 119 LOG_ALWAYS_FATAL_IF(mJoinThreadRunning, "Cannot set max threads while running"); in setMaxThreads() 166 LOG_ALWAYS_FATAL_IF(mShutdownTrigger != nullptr, "Already joined"); in setConnectionFilter() 172 LOG_ALWAYS_FATAL_IF(mServer.fd.ok(), "Already started"); in setServerSocketModifier() 195 LOG_ALWAYS_FATAL_IF(mJoinThread.get(), "Already started!"); in start() 244 LOG_ALWAYS_FATAL_IF(!mServer.fd.ok(), "RpcServer must be setup to join."); in join() [all …]
|
/frameworks/native/libs/renderengine/skia/compat/ |
D | GraphiteGpuContext.cpp | 51 LOG_ALWAYS_FATAL_IF(mContext.get() == nullptr, "graphite::Context creation failed"); in GraphiteGpuContext() 52 LOG_ALWAYS_FATAL_IF(mContext->backend() != skgpu::BackendApi::kVulkan, in GraphiteGpuContext() 62 LOG_ALWAYS_FATAL_IF(mRecorder.get() == nullptr, "graphite::Recorder creation failed"); in GraphiteGpuContext() 73 LOG_ALWAYS_FATAL_IF(mRecorder.use_count() > 1, in ~GraphiteGpuContext() 76 LOG_ALWAYS_FATAL_IF(mContext.use_count() > 1, in ~GraphiteGpuContext()
|
/frameworks/native/services/inputflinger/ |
D | InputFilter.cpp | 52 LOG_ALWAYS_FATAL_IF(!rust.createInputFilter(mCallbacks, &mInputFilterRust).isOk()); in InputFilter() 53 LOG_ALWAYS_FATAL_IF(!mInputFilterRust); in InputFilter() 65 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyInputDevicesChanged(mDeviceInfos).isOk()); in notifyInputDevicesChanged() 76 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyKey(notifyKeyArgsToKeyEvent(args)).isOk()); in notifyKey() 108 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->isEnabled(&result).isOk()); in isFilterEnabled() 144 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyConfigurationChanged(mConfig).isOk()); in notifyConfigurationChangedLocked() 146 LOG_ALWAYS_FATAL_IF(!mInputFilterRust->notifyInputDevicesChanged(mDeviceInfos).isOk()); in notifyConfigurationChangedLocked()
|
/frameworks/native/libs/binder/ndk/ |
D | service_manager.cpp | 134 LOG_ALWAYS_FATAL_IF(String8(smInstance) != instance, "onServiceRegistration: %s != %s", in onServiceRegistration() 155 LOG_ALWAYS_FATAL_IF(instance == nullptr, "instance == nullptr"); in AServiceManager_registerForServiceNotifications() 156 LOG_ALWAYS_FATAL_IF(onRegister == nullptr, "onRegister == nullptr for %s", instance); in AServiceManager_registerForServiceNotifications() 177 LOG_ALWAYS_FATAL_IF(notification == nullptr, "notification == nullptr"); in AServiceManager_NotificationRegistration_delete() 192 LOG_ALWAYS_FATAL_IF(interface == nullptr, "interface == nullptr"); in AServiceManager_forEachDeclaredInstance() 194 LOG_ALWAYS_FATAL_IF(callback == nullptr, "callback == nullptr"); in AServiceManager_forEachDeclaredInstance() 211 LOG_ALWAYS_FATAL_IF(instance == nullptr, "instance == nullptr"); in AServiceManager_getUpdatableApexName() 213 LOG_ALWAYS_FATAL_IF(callback == nullptr, "callback == nullptr"); in AServiceManager_getUpdatableApexName() 223 LOG_ALWAYS_FATAL_IF(interface == nullptr, "interface == nullptr"); in AServiceManager_openDeclaredPassthroughHal() 224 LOG_ALWAYS_FATAL_IF(instance == nullptr, "instance == nullptr"); in AServiceManager_openDeclaredPassthroughHal()
|
D | persistable_bundle_internal.h | 28 LOG_ALWAYS_FATAL_IF(inVec.size() > INT32_MAX, in getVecInternal() 30 LOG_ALWAYS_FATAL_IF( in getVecInternal() 55 LOG_ALWAYS_FATAL_IF(strings.size() > INT32_MAX, in getStringsInternal() 57 LOG_ALWAYS_FATAL_IF( in getStringsInternal()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | PropertyProvider.cpp | 115 LOG_ALWAYS_FATAL_IF(!inserted, "Gesture property \"%s\" already exists.", name.c_str()); in createIntArrayProperty() 124 LOG_ALWAYS_FATAL_IF(!inserted, "Gesture property \"%s\" already exists.", name.c_str()); in createBoolArrayProperty() 132 LOG_ALWAYS_FATAL_IF(!inserted, "Gesture property \"%s\" already exists.", name.c_str()); in createRealArrayProperty() 139 LOG_ALWAYS_FATAL_IF(!inserted, "Gesture property \"%s\" already exists.", name.c_str()); in createStringProperty() 194 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<int*>(mDataPointer), in getIntValues() 200 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<GesturesPropBool*>(mDataPointer), in getBoolValues() 206 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<double*>(mDataPointer), in getRealValues() 212 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<const char**>(mDataPointer), in getStringValue() 221 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<GesturesPropBool*>(mDataPointer), in setBoolValues() 227 LOG_ALWAYS_FATAL_IF(!std::holds_alternative<int*>(mDataPointer), in setIntValues() [all …]
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 192 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimeNanos() 200 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimelinesLength() 208 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getPreferredFrameTimelineIndex() 216 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimelineVsyncId() 218 LOG_ALWAYS_FATAL_IF(index >= VsyncEventData::kFrameTimelinesCapacity, "Index out of bounds"); in AChoreographerFrameCallbackData_getFrameTimelineVsyncId() 225 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos() 227 LOG_ALWAYS_FATAL_IF(index >= VsyncEventData::kFrameTimelinesCapacity, "Index out of bounds"); in AChoreographerFrameCallbackData_getFrameTimelineExpectedPresentationTimeNanos() 234 LOG_ALWAYS_FATAL_IF(!frameCallbackData->choreographer->inCallback(), in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos() 236 LOG_ALWAYS_FATAL_IF(index >= VsyncEventData::kFrameTimelinesCapacity, "Index out of bounds"); in AChoreographerFrameCallbackData_getFrameTimelineDeadlineNanos()
|
/frameworks/base/libs/hwui/ |
D | AnimationContext.cpp | 39 LOG_ALWAYS_FATAL_IF(mCurrentFrameAnimations.mNextHandle == current, in destroy() 56 LOG_ALWAYS_FATAL_IF(mCurrentFrameAnimations.mNextHandle, in startFrame() 73 LOG_ALWAYS_FATAL_IF(mCurrentFrameAnimations.mNextHandle == current, in runRemainingAnimations() 95 LOG_ALWAYS_FATAL_IF(mPreviousHandle || mNextHandle, in ~AnimationHandle() 109 LOG_ALWAYS_FATAL_IF(mRenderNode->animators().hasAnimators(), in release()
|