Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracer.cpp84 LOG(FATAL) << __func__ << ": Window is not set for non-monitor target"; in getTargetInfo()
113 LOG(FATAL) << "Cannot trace EventEntry of type: " << ftl::enum_string(entry.type); in traceInboundEvent()
132 LOG(FATAL) << __func__ << ": Cannot add new target after eventProcessingComplete"; in dispatchToTargetHint()
139 LOG(FATAL) << __func__ << ": Cannot add new target from a derived cookie"; in dispatchToTargetHint()
151 LOG(FATAL) << "Event processing cannot be set from a derived cookie."; in eventProcessingComplete()
155 LOG(FATAL) << "Traced event was already logged. " in eventProcessingComplete()
174 LOG(FATAL) << "Cannot trace EventEntry of type: " << ftl::enum_string(entry.type); in traceDerivedEvent()
204 LOG(FATAL) in traceEventDispatch()
210 LOG(FATAL) << __func__ << ": Event is being dispatched to UID that it is not targeting"; in traceEventDispatch()
262 LOG(FATAL) << __func__ in onEventProcessingComplete()
/frameworks/libs/binary_translation/tools/nogrod/
Dleb128.cc43 FATAL("leb128: ran out of bounds while reading value at offset=%zd (buf_size=%" PRId64 ")", in DecodeLeb128()
49 FATAL("leb128: the value at offset %zd is too big (does not fit into uint64_t), shift=%zd", in DecodeLeb128()
74 FATAL("sleb128: ran out of bounds while reading value at offset=%zd (buf_size=%" PRId64 ")", in DecodeSleb128()
80 FATAL("sleb128: the value at offset %zd is too big (does not fit into uint64_t), shift=%zd", in DecodeSleb128()
/frameworks/av/media/module/libwatchdog/
DWatchdog.cpp39 PLOG(FATAL) << "Failed to create timer"; in Watchdog()
51 PLOG(FATAL) << "Failed to start timer"; in Watchdog()
59 PLOG(FATAL) << "Failed to delete timer"; in ~Watchdog()
/frameworks/base/tools/lock_agent/
Dagent.cpp375 LOG(FATAL) << "Could not find lockagent.jar"; in prepareHook()
380 LOG(FATAL) << "Could not add lockagent from " << path << " to boot classpath: " << res; in prepareHook()
389 LOG(FATAL) << "Could not add caps"; in prepareHook()
398 LOG(FATAL) << "Could not set cb"; in prepareHook()
403 LOG(FATAL) << "Could not enable events"; in prepareHook()
407 LOG(FATAL) << "Could not enable events"; in prepareHook()
492 LOG(FATAL) << "Need two arguments: dex-file class-name"; in locktest_main()
497 PLOG(FATAL) << "Could not get file size for " << argv[1]; in locktest_main()
503 PLOG(FATAL) << "Could not open file " << argv[1]; in locktest_main()
506 PLOG(FATAL) << "Could not read file " << argv[1]; in locktest_main()
[all …]
Dcrasher.cpp25 LOG(FATAL) << "Need one argument for abort message"; in main()
28 LOG(FATAL) << argv[1]; in main()
/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp88 PLOG(FATAL) << "adbd_auth: failed to create epoll fd"; in AdbdAuthContext()
93 PLOG(FATAL) << "adbd_auth: failed to create eventfd"; in AdbdAuthContext()
101 PLOG(FATAL) << "adbd_auth: failed to make adbd authentication socket cloexec"; in AdbdAuthContext()
105 PLOG(FATAL) << "adbd_auth: failed to make adbd authentication socket nonblocking"; in AdbdAuthContext()
109 PLOG(FATAL) << "adbd_auth: failed to listen on adbd authentication socket"; in AdbdAuthContext()
284 LOG(FATAL) << "adbd_auth: unhandled packet type?"; in SendPacket()
319 PLOG(FATAL) << "adbd_auth: epoll_wait failed"; in Run()
321 LOG(FATAL) << "adbd_auth: epoll_wait returned 0"; in Run()
336 PLOG(FATAL) << "adbd_auth: failed to accept framework fd"; in Run()
354 PLOG(FATAL) in Run()
[all …]
/frameworks/av/media/module/minijail/
Dminijail.cpp71 LOG(FATAL) << "Could not read base policy file '" << base_policy_path << "'"; in SetUpMinijailList()
87 LOG(FATAL) << "Could not write seccomp policy to fd"; in SetUpMinijailList()
92 LOG(FATAL) << "Failed to create minijail."; in SetUpMinijailList()
/frameworks/av/media/codec2/hal/common/
DHalSelection.cpp53 LOG(FATAL) << "Unexpected codec2 HAL selection value: " << (int)selection; in IsCodec2AidlHalSelected()
62 LOG(FATAL) << "Unexpected codec2 HAL selection value: " << selection; in IsCodec2AidlHalSelected()
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_abi_arch.h156 FATAL("Unsupported floating-point argument width"); in Box()
166 FATAL("Unsupported floating-point argument width"); in Unbox()
201 FATAL("Unsupported floating-point argument width"); in Box()
212 FATAL("Unsupported floating-point argument width"); in Unbox()
Dguest_params_arch.h53 FATAL("Unknown ArgumentKind"); in ParamLocationAddress()
129 FATAL("Unsupported ArgumentClass"); in ParamsInfoHelper()
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp144 LOG(FATAL) << "Outbound message must be FINISHED or TIMELINE, got " in outboundMessageToString()
229 LOG(FATAL) << "Mismatch: handledEvents=" << handledEvents << ", events=" << events; in handleReceiveCallback()
255 LOG(FATAL) << "Failed to send outbound event on channel '" << mChannel->getName() in processOutboundEvents()
385 LOG(FATAL) << "Got a dead object for " << mChannel->getName(); in readAllMessages()
389 LOG(FATAL) << "Got a bad value for " << mChannel->getName(); in readAllMessages()
393 LOG(FATAL) << "Unexpected error: " << result; in readAllMessages()
416 LOG(FATAL) << "Consumed a " << ftl::enum_string(msg.header.type) in handleMessage()
469 LOG(FATAL) << "The sequence " << msg.header.seq << " was already present!"; in consumeBatchedInputEvents()
496 LOG(FATAL) << "The function " << func << " can only be called on the looper thread"; in ensureCalledOnLooperThread()
DTfLiteMotionPredictor.cpp259 PLOG(FATAL) << "Could not read model from " << modelPath; in create()
264 PLOG(FATAL) << "Failed to determine file size"; in create()
270 PLOG(FATAL) << "Failed to mmap model"; in create()
/frameworks/native/cmds/lshal/
DTableEntry.cpp68 LOG(FATAL) << __func__ << "Should not reach here. " << static_cast<int>(type); in getTitle()
102 LOG(FATAL) << __func__ << "Should not reach here. " << static_cast<int>(type); in getField()
145 LOG(FATAL) << __func__ << "Should not reach here." << static_cast<int>(s); in to_string()
/frameworks/native/services/inputflinger/dispatcher/
DInputTarget.cpp75 LOG(FATAL) << __func__ << ": Not using default pointer transform"; in getDefaultPointerTransform()
87 LOG(FATAL) << __func__ in getTransformForPointer()
/frameworks/libs/binary_translation/backend/testing/include/x86_64/
Dmem_operand.h118 FATAL("Impossible addressing mode"); in GenArgsMem()
141 FATAL("Impossible addressing mode"); in GenMemArgs()
/frameworks/native/cmds/servicemanager/
Dmain.cpp130 LOG(FATAL) << "usage: " << argv[0] << " [binder driver]"; in main()
150 LOG(FATAL) << "Could not become context manager"; in main()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dchecks.h72 #define FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro
74 #define UNREACHABLE() FATAL("This code is (supposed to be) unreachable.")
/frameworks/base/tools/aapt2/cmd/
DDump.cpp90 UNIMPLEMENTED(FATAL); in GetNameMangler()
104 UNIMPLEMENTED(FATAL); in GetExternalSymbols()
122 UNIMPLEMENTED(FATAL) << "Split Name Dependencies should not be necessary"; in GetSplitNameDependencies()
DOptimize.cpp80 UNIMPLEMENTED(FATAL); in GetNameMangler()
94 UNIMPLEMENTED(FATAL); in GetExternalSymbols()
116 UNIMPLEMENTED(FATAL) << "Split Name Dependencies should not be necessary"; in GetSplitNameDependencies()
DConvert.cpp234 UNIMPLEMENTED(FATAL) << "PackageID should not be necessary"; in GetPackageId()
239 UNIMPLEMENTED(FATAL); in GetNameMangler()
252 UNIMPLEMENTED(FATAL) << "Split Name Dependencies should not be necessary"; in GetSplitNameDependencies()
/frameworks/base/core/jni/
Dandroid_os_SystemProperties.cpp58 LOG(FATAL) << "fast property access supported only on device"; in ReadProperty()
143 LOG(FATAL) << "fast property access supported only on device"; in SystemProperties_find()
/frameworks/libs/binary_translation/base/
Dexec_region_elf_backed.cc46 FATAL("Couldn't load \"%s\": %s", kExecRegionLibraryPath, dlerror()); in Create()
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DTestFunctionNameViolationDetector.kt81 severity = Severity.FATAL, in <lambda>()
/frameworks/native/opengl/tests/testPauseResume/
DREADME24 E/AndroidRuntime( 1466): FATAL EXCEPTION: GLThread 9
/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc50 FATAL("non-integer signature char '%c'", type); in ExtendIntArg()
183 FATAL("signature char '%c' not supported", signature[i]); in GenWrapGuestFunction()

123