/packages/modules/adb/client/ |
D | main.cpp | 52 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging() 55 PLOG(FATAL) << "cannot redirect stdout"; in setup_daemon_logging() 58 PLOG(FATAL) << "cannot redirect stderr"; in setup_daemon_logging() 96 PLOG(FATAL) << "cannot make stdout unbuffered"; in adb_server_main() 99 PLOG(FATAL) << "cannot make stderr unbuffered"; in adb_server_main() 163 LOG(FATAL) << "could not install *smartsocket* listener: " << error; in adb_server_main() 179 PLOG(FATAL) << "setsid() failed"; in adb_server_main() 199 LOG(FATAL) << "cannot write ACK to handle " << ack_reply_handle in adb_server_main() 203 LOG(FATAL) << "cannot write " << bytes_to_write << " bytes of ACK: only wrote " in adb_server_main() 211 PLOG(FATAL) << "error writing ACK to fd " << ack_reply_fd; in adb_server_main()
|
D | usb_libusb.cpp | 274 LOG(FATAL) << "tls not supported"; in DoTlsHandshake() 282 LOG(FATAL) << "failed to allocate libusb_transfer for read"; in CreateRead() 308 LOG(FATAL) << "failed to allocate libusb_transfer for write"; in SubmitWrite() 814 LOG(FATAL) << "failed to construct LibusbConnection"; in Create() 938 PLOG(FATAL) << "failed to create inotify fd"; in device_connected() 1072 LOG(FATAL) << "failed to register libusb hotplug callback"; in usb_init()
|
D | usb_windows.cpp | 216 LOG(FATAL) << "GetModuleHandleW failed: " in _power_notification_thread() 227 LOG(FATAL) << "RegisterClassExW failed: " in _power_notification_thread() 234 LOG(FATAL) << "CreateWindowExW failed: " in _power_notification_thread()
|
/packages/modules/adb/fdevent/ |
D | fdevent_epoll.cpp | 37 PLOG(FATAL) << "failed to read from fdevent interrupt fd"; in fdevent_interrupt() 46 PLOG(FATAL) << "failed to create fdevent interrupt eventfd"; in fdevent_context_epoll() 51 PLOG(FATAL) << "failed to dup fdevent interrupt eventfd"; in fdevent_context_epoll() 85 PLOG(FATAL) << "failed to register fd " << fde->fd.get() << " with epoll"; in Register() 91 PLOG(FATAL) << "failed to unregister fd " << fde->fd.get() << " with epoll"; in Unregister() 106 PLOG(FATAL) << "failed to modify fd " << fde->fd.get() << " with epoll"; in Set() 138 PLOG(FATAL) << "epoll_wait failed"; in Loop() 205 PLOG(FATAL) << "failed to write to fdevent interrupt eventfd"; in Interrupt()
|
D | fdevent_poll.cpp | 57 PLOG(FATAL) << "failed to read from fdevent interrupt fd"; in fdevent_interrupt() 64 PLOG(FATAL) << "failed to create fdevent interrupt socketpair"; in fdevent_context_poll() 68 PLOG(FATAL) << "failed to make fdevent interrupt socket nonblocking"; in fdevent_context_poll() 209 PLOG(FATAL) << "fdevent interrupt fd was closed?"; in Interrupt() 211 PLOG(FATAL) << "failed to write to fdevent interrupt fd"; in Interrupt()
|
/packages/modules/adb/libs/adbconnection/ |
D | adbconnection_server.cpp | 101 PLOG(FATAL) << "failed to register socket " << s.get() << " with epoll fd"; in adbconnection_listen() 107 PLOG(FATAL) << "epoll_wait failed"; in adbconnection_listen() 126 PLOG(FATAL) << "failed to register JDWP client " << client.get() << " with epoll"; in adbconnection_listen() 136 LOG(FATAL) << "failed to find JDWP client (" << event.data.fd in adbconnection_listen() 148 PLOG(FATAL) << "failed to delete fd " << event.data.fd << " from JDWP epoll fd"; in adbconnection_listen()
|
/packages/modules/adb/daemon/ |
D | usb.cpp | 116 PLOG(FATAL) << "failed to create aio_context_t"; in Create() 155 PLOG(FATAL) << "failed to create eventfd"; in UsbFfsConnection() 160 PLOG(FATAL) << "failed to create eventfd"; in UsbFfsConnection() 210 PLOG(FATAL) << "failed to notify worker eventfd to submit writes"; in Write() 226 PLOG(FATAL) << "failed to notify worker eventfd to stop UsbFfsConnection"; in Stop() 232 PLOG(FATAL) << "failed to notify monitor eventfd to stop UsbFfsConnection"; in Stop() 240 LOG(FATAL) << "Not supported yet."; in DoTlsHandshake() 275 PLOG(FATAL) << "poll on USB control fd failed"; in StartMonitor() 289 PLOG(FATAL) << "failed to read functionfs event"; in StartMonitor() 294 LOG(FATAL) << "read functionfs event of unexpected size, expected " in StartMonitor() [all …]
|
D | main.cpp | 152 PLOG(FATAL) << "cap_clear_flag(INHERITABLE) failed"; in drop_privileges() 155 PLOG(FATAL) << "cap_clear_flag(EFFECTIVE) failed"; in drop_privileges() 158 PLOG(FATAL) << "cap_clear_flag(PEMITTED) failed"; in drop_privileges() 161 PLOG(FATAL) << "cap_set_proc() failed"; in drop_privileges() 174 LOG(FATAL) << "Could not set SELinux context"; in drop_privileges()
|
D | jdwp_service.cpp | 158 LOG(FATAL) << "could not create fdevent for new JDWP process"; in JdwpProcess() 249 LOG(FATAL) << "invalid JDWP process list buffer size: " << bufferlen; in process_list_msg() 384 LOG(FATAL) << "failed to allocate JdwpSocket"; in create_jdwp_service_socket() 479 LOG(FATAL) << "failed to allocate JdwpTracker"; in create_process_tracker_service_socket() 519 LOG(FATAL) << "failed to allocate JdwpProcess"; in init_jdwp()
|
/packages/modules/adb/ |
D | adb_utils.cpp | 60 PLOG(FATAL) << "failed to open " << kNullFileName; in close_stdin() 64 PLOG(FATAL) << "failed to redirect stdin to " << kNullFileName; in close_stdin() 305 LOG(FATAL) << "failed to get user home directory"; in adb_get_homedir_path() 316 PLOG(FATAL) << "Cannot mkdir '" << android_dir << "'"; in adb_get_android_dir_path() 335 LOG(FATAL) << "cannot retrieve temporary file path: " in GetLogFilePath() 341 PLOG(FATAL) << "cannot convert temporary file path from UTF-16 to UTF-8"; in GetLogFilePath()
|
D | transport_fd.cpp | 82 LOG(FATAL) << "poll timed out with an infinite timeout?"; in Run() 142 LOG(FATAL) << "Connection started multiple times?"; in Start() 159 LOG(FATAL) << "Not supported yet"; in DoTlsHandshake() 166 LOG(FATAL) << "failed to wake up thread"; in WakeThread()
|
D | compression_utils.h | 51 LOG(FATAL) << "Decoder::Finish called while already finished?"; in Finish() 73 LOG(FATAL) << "Decoder::Finish called while already finished?"; in Finish() 240 LOG(FATAL) << "failed to initialize LZ4 decompression context"; in LZ4Decoder() 290 LOG(FATAL) << "failed to initialize LZ4 compression context"; in LZ4Encoder() 297 LOG(FATAL) << "LZ4F_compressBegin failed: %s", LZ4F_getErrorName(rc); in LZ4Encoder() 390 LOG(FATAL) << "failed to initialize Zstd decompression context"; in ZstdDecoder() 440 LOG(FATAL) << "failed to initialize Zstd compression context"; in ZstdEncoder()
|
D | transport_benchmark.cpp | 58 LOG(FATAL) << "failed to create socketpair"; in BM_Connection_Unidirectional() 113 LOG(FATAL) << "failed to create socketpair"; in BM_Connection_Echo()
|
/packages/modules/SdkExtensions/derive_sdk/ |
D | derive_sdk_jni.cpp | 46 LOG(FATAL) << "Unable to find class : " << DERIVE_SDK_CLASS_NAME; in register_com_android_os_ext_testing_DeriveSdk() 50 LOG(FATAL) << "Unable to register native methods"; in register_com_android_os_ext_testing_DeriveSdk()
|
/packages/modules/Bluetooth/tools/rootcanal/model/hci/ |
D | h4_parser.cc | 88 FATAL("Unimplemented packet type {}", fmt::underlying(hci_packet_type_)); in OnPacketReady() 112 FATAL("More bytes read ({}) than expected ({})!", bytes_read, in Consume() 176 FATAL("Received invalid packet type 0x{:x}", packet_type_); in Consume()
|
/packages/modules/NeuralNetworks/runtime/ |
D | FlatbufferModelBuilderUtils.h | 81 LOG(FATAL) << "OperationType not supported: " << type; in getFlatbufferOperator() 101 LOG(FATAL) << "BuiltinOperator not supported: " << builtinCode; in getMaxOperatorVersionCode() 158 LOG(FATAL) << "Unsupported NNAPI NDK padding type: " << paddingType; in getTFLitePadding()
|
D | SupportLibraryDiagnostic.cpp | 68 LOG(FATAL) << "Unrecognized DataClass " << static_cast<int32_t>(dataClass); in convert() 83 LOG(FATAL) << "Unrecognized ExecutionMode " << static_cast<int32_t>(executionMode); in convert()
|
D | ModelArgumentInfo.cpp | 142 LOG(FATAL) << "Invalid state: UNSPECIFIED"; in createRequestArgument() 145 LOG(FATAL) << "Invalid state: " << mState; in createRequestArgument()
|
/packages/services/Car/cpp/telemetry/cartelemetryd/src/ |
D | main.cpp | 73 LOG(FATAL) << "Unable to register " << kCarTelemetryServiceName in main() 81 LOG(FATAL) << "Unable to register " << kCarTelemetryInternalServiceName in main()
|
/packages/modules/adb/client/openscreen/platform/ |
D | udp_socket.cpp | 166 LOG(FATAL) << "Unable to create fdevent"; in AdbUdpSocket() 239 LOG(FATAL) << "osp-discovery called Bind() after SetMulticastOutboundInterface()!"; in Bind() 456 LOG(FATAL) << "NOT IMPLEMENTED"; in JoinMulticastGroup() 564 LOG(FATAL) << "Invalid domain"; in JoinMulticastGroup() 595 LOG(FATAL) << "Invalid domain"; in JoinMulticastGroup() 654 LOG(FATAL) << "Invalid domain"; in Create()
|
D | logging.cpp | 39 LOG(FATAL) << message.str(); in LogWithLevel()
|
/packages/providers/MediaProvider/jni/ |
D | MediaProviderWrapper.cpp | 74 LOG(FATAL) << "Error caching field: " << field_name << type; in CacheField() 214 LOG(FATAL) << "MediaProvider is null!"; in MediaProviderWrapper() 220 LOG(FATAL) << "Could not find class MediaProvider"; in MediaProviderWrapper() 247 LOG(FATAL) << "Could not find class FileLookupResult"; in MediaProviderWrapper() 265 LOG(FATAL) << "Could not find class FileOpenResult"; in MediaProviderWrapper() 526 LOG(FATAL) << "Error caching method: " << method_name << signature; in CacheMethod()
|
D | com_android_providers_media_FuseDaemon.cpp | 377 LOG(FATAL) << "Unable to find class : " << FUSE_DAEMON_CLASS_NAME; in register_android_providers_media_FuseDaemon() 381 LOG(FATAL) << "Unable to find class : " << FD_ACCESS_RESULT_CLASS_NAME; in register_android_providers_media_FuseDaemon() 385 LOG(FATAL) << "Unable to register native methods"; in register_android_providers_media_FuseDaemon() 390 LOG(FATAL) << "Unable to find ctor for FdAccessResult"; in register_android_providers_media_FuseDaemon()
|
/packages/services/Car/cpp/evs/manager/aidl/src/ |
D | service.cpp | 42 LOG(FATAL) << "Error while connecting to the hardware service, " << hardwareServiceName; in startService() 53 LOG(FATAL) << "Error while registering EVS manager service: " in startService()
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | SharedMemoryAndroid.cpp | 138 LOG(FATAL) in getSize() 200 LOG(FATAL) << "GeneralResult<Mapping> map(const Memory::HardwareBuffer& memory): Not Available " in map() 264 LOG(FATAL) in isAhwbBlob()
|