Home
last modified time | relevance | path

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

123

/hardware/interfaces/audio/aidl/default/stub/
DStreamStub.cpp49 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in drain()
66 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in flush()
73 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in pause()
80 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in standby()
89 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in start()
99 LOG(FATAL) << __func__ << ": must not happen for an uninitialized driver"; in transfer()
102 LOG(FATAL) << __func__ << ": must not happen while in standby"; in transfer()
/hardware/interfaces/biometrics/common/config/
DConfig.cpp37 LOG(FATAL) << "ERROR: invalid bool " << value; in parseBool()
54 LOG(FATAL) << "ERROR: Could not parse " << value << " as Int32"; in parseInt32()
67 LOG(FATAL) << "ERROR: Could not parse " << value << " as Int64"; in parseInt64()
96 LOG(FATAL) << "ERROR: setParam unknown config name " << name; in setParam()
123 LOG(FATAL) << "Wrong srouce type " << (int)mSource; in getInternal()
151 LOG(FATAL) << "Wrong srouce type " << (int)mSource; in setInternal()
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp30 #define FATAL(fmt,...) do { \ macro
55 FATAL("Invalid for format:%d", format); in isInterleaved()
67 FATAL("Format:%d not interleaved", format); in getInterleaveDirection()
78 FATAL("Format:%d not interleaved", format); in getInterleaveDirection()
82 FATAL("Format:%d not interleaved", format); in getInterleaveDirection()
96 FATAL("Invalid plane for format:%d", format); in getGlTextureFormat()
108 FATAL("Invalid plane for format:%d", format); in getGlTextureFormat()
118 FATAL("Invalid plane for format:%d", format); in getGlTextureFormat()
130 FATAL("Invalid plane for format:%d", format); in getGlTextureFormat()
141 FATAL("Invalid plane for format:%d", format); in getGlTextureFormat()
[all …]
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp100 FATAL() << "Validation errors found. Aborting."; in ~VulkanTestHelper()
123 if (!layerFound) FATAL() << "Vulkan Validation Layer not found"; in initialize()
167 if (deviceCount == 0) FATAL() << "No Vulkan device found."; in initialize()
253 FATAL() << "No queue family found matching the requested flags"; in getQueueFamilyIndex()
266 FATAL() << "failed to find suitable memory type!"; in findMemoryType()
326 FATAL() << "Unsupported layout transition!"; in transitionImageLayout()
343 FATAL() << "Unsupported layout transition!"; in transitionImageLayout()
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/
Dcanhalconfigurator.cpp57 LOG(FATAL) << "Can't find CAN HAL! (has it started yet?)"; in processPbCfg()
66 LOG(FATAL) << "Binder transaction failed!" << status.getStatus(); in processPbCfg()
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DLogPriority.aidl44 FATAL = 7, enumConstant
/hardware/interfaces/drm/aidl/android/hardware/drm/
DLogPriority.aidl29 FATAL, enumConstant
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DLogPriority.aidl44 FATAL = 7, enumConstant
/hardware/interfaces/audio/aidl/default/r_submix/
DSubmixRoute.cpp202 LOG(FATAL) << __func__ << ": sink is null"; in createPipe()
210 LOG(FATAL) << __func__ << ": Negotiation for the sink failed, index = " << index; in createPipe()
215 LOG(FATAL) << __func__ << ": source is null"; in createPipe()
221 LOG(FATAL) << __func__ << ": Negotiation for the source failed, index = " << index; in createPipe()
/hardware/interfaces/confirmationui/1.0/default/
Dservice.cpp34 LOG(FATAL) << "Could not register service for ConfirmationIU 1.0 (" << status << ")"; in main()
/hardware/interfaces/keymaster/4.1/default/
Dservice.cpp30 LOG(FATAL) << "Could not register service for Keymaster 4.1 (" << status << ")"; in main()
/hardware/interfaces/keymaster/4.0/default/
Dservice.cpp31 LOG(FATAL) << "Could not register service for Keymaster 4.0 (" << status << ")"; in main()
/hardware/interfaces/gatekeeper/1.0/software/
Dservice.cpp34 LOG(FATAL) << "Could not register service for Gatekeeper 1.0 (software) (" << status << ")"; in main()
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DTestUtils.cpp39 LOG(FATAL) << "Invalid AIDL version: " << info.param; in printTestVersion()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
Dservice.cpp39 LOG(FATAL) << "Netlink Interceptor has stopped"; in service()
/hardware/interfaces/automotive/can/1.0/default/
Dservice.cpp35 LOG(FATAL) << "Failed to register CAN controller"; in canControllerService()
/hardware/interfaces/macsec/aidl/default/
Dservice.cpp40 LOG(FATAL) << "MacsecPskPlugin exited unexpectedly!"; in main()
/hardware/interfaces/automotive/can/aidl/default/
Dservice.cpp40 LOG(FATAL) << "CanController exited unexpectedly!"; in main()
/hardware/google/pixel/power-libperfmgr/aidl/
DGpuCapacityNode.cpp49 LOG(FATAL) << ("precondition violation for GpuCapacityNode: invalid capacity_headroom_fd_"); in GpuCapacityNode()
52 LOG(FATAL) << ("precondition violation for GpuCapacityNode: invalid frequency_fd_"); in GpuCapacityNode()
/hardware/interfaces/radio/aidl/compat/service/
Dhidl-utils.cpp26 LOG(FATAL) << "One of the linked HALs died. Restarting..."; in serviceDied()
/hardware/nxp/keymint/KM300/
DJavacardKeyMintUtils.cpp97 LOG(FATAL) << "Unknown or unused tag type: Something is broken"; in kmParam2Aidl()
144 LOG(FATAL) << "Unknown or unused enum tag: Something is broken"; in aidlEnumParam2Km()
229 LOG(FATAL) << "Invalid tag: Something is broken"; in aidlKeyParams2Km()
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp141 LOG(FATAL) << __func__ << ": the common interface was not created"; in getStreamCommonCommon()
184 LOG(FATAL) << __func__ in setConnectedDevices()
204 LOG(FATAL) << __func__ in setConnectedDevices()
/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h196 #define CHECK(condition) LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
200 #define PCHECK(condition) PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
269 LOG_IF(FATAL, DCHECK_IS_ON() && !(condition)) << "Check failed: " #condition ". "
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp284 LOG(FATAL) << __func__ << ": called for an external device, address=" << deviceProfile; in openProxyForAttachedDevice()
288 LOG(FATAL) << __func__ << ": failed to init for built-in device, address=" << deviceProfile; in openProxyForAttachedDevice()
291 LOG(FATAL) << __func__ << ": fail to prepare for device address=" << deviceProfile in openProxyForAttachedDevice()
306 LOG(FATAL) << __func__ << ": called for an attached device, address=" << deviceProfile; in openProxyForExternalDevice()
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp141 LOG(FATAL) << __func__ << ": called with empty devices"; // see 'switchCurrentStream' in createNewStream()
171 LOG(FATAL) << __func__ << ": unexpected gain vector size: " << in_channelGains.size(); in setHwGain()
213 LOG(FATAL) << __func__ << ": called with empty devices"; // see 'switchCurrentStream' in createNewStream()

123