/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | InputTracer.cpp | 84 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/ |
D | leb128.cc | 43 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/ |
D | Watchdog.cpp | 39 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/ |
D | agent.cpp | 375 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 …]
|
D | crasher.cpp | 25 LOG(FATAL) << "Need one argument for abort message"; in main() 28 LOG(FATAL) << argv[1]; in main()
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 88 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/ |
D | minijail.cpp | 71 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/ |
D | HalSelection.cpp | 53 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/ |
D | guest_abi_arch.h | 156 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()
|
D | guest_params_arch.h | 53 FATAL("Unknown ArgumentKind"); in ParamLocationAddress() 129 FATAL("Unsupported ArgumentClass"); in ParamsInfoHelper()
|
/frameworks/native/libs/input/ |
D | InputConsumerNoResampling.cpp | 144 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()
|
D | TfLiteMotionPredictor.cpp | 259 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/ |
D | TableEntry.cpp | 68 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/ |
D | InputTarget.cpp | 75 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/ |
D | mem_operand.h | 118 FATAL("Impossible addressing mode"); in GenArgsMem() 141 FATAL("Impossible addressing mode"); in GenMemArgs()
|
/frameworks/native/cmds/servicemanager/ |
D | main.cpp | 130 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/ |
D | checks.h | 72 #define FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro 74 #define UNREACHABLE() FATAL("This code is (supposed to be) unreachable.")
|
/frameworks/base/tools/aapt2/cmd/ |
D | Dump.cpp | 90 UNIMPLEMENTED(FATAL); in GetNameMangler() 104 UNIMPLEMENTED(FATAL); in GetExternalSymbols() 122 UNIMPLEMENTED(FATAL) << "Split Name Dependencies should not be necessary"; in GetSplitNameDependencies()
|
D | Optimize.cpp | 80 UNIMPLEMENTED(FATAL); in GetNameMangler() 94 UNIMPLEMENTED(FATAL); in GetExternalSymbols() 116 UNIMPLEMENTED(FATAL) << "Split Name Dependencies should not be necessary"; in GetSplitNameDependencies()
|
D | Convert.cpp | 234 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/ |
D | android_os_SystemProperties.cpp | 58 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/ |
D | exec_region_elf_backed.cc | 46 FATAL("Couldn't load \"%s\": %s", kExecRegionLibraryPath, dlerror()); in Create()
|
/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/ |
D | TestFunctionNameViolationDetector.kt | 81 severity = Severity.FATAL, in <lambda>()
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 24 E/AndroidRuntime( 1466): FATAL EXCEPTION: GLThread 9
|
/frameworks/libs/binary_translation/code_gen_lib/ |
D | gen_wrapper_riscv64_to_x86_64.cc | 50 FATAL("non-integer signature char '%c'", type); in ExtendIntArg() 183 FATAL("signature char '%c' not supported", signature[i]); in GenWrapGuestFunction()
|