/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_egl_image_manager.cpp | 42 const char *EGLErrorString(GLint error) in EGLErrorString() argument 44 switch (error) { in EGLErrorString() 203 RS_LOGE("ImageCacheSeq::BindToTexture: glGenTextures error."); in BindToTexture() 225 RS_LOGE("ImageCacheSeq::Create: eglCreateImageKHR failed, error %{public}s.", in Create()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 85 WIDGET_LOGE("Get default staging error"); in GetDefaultStaging() 93 WIDGET_LOGE("alloc resolution input buffer error!"); in PrepareResolutionInputBuffer() 145 WIDGET_LOGE("3D image update fail %s error", imageUri.c_str()); in LoadImage() 188 WIDGET_LOGE("custom render resolution resolutionBuffer error!"); in OnSizeChange() 236 if (!result.error.empty()) { in LoadRenderNodeGraph() 237 WIDGET_LOGE("3D render node graph load fail: %s, uri %s", result.error.c_str(), in LoadRenderNodeGraph() 259 WIDGET_LOGE("3D shader input buffer update fail: Call UpdateBuffer before Initiliaze error"); in UpdateShaderInputBuffer() 273 WIDGET_LOGE("3D shader input buffer update fail: map shaderInputBuffer error!"); in UpdateShaderInputBuffer()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_callback_looper.cpp | 142 MEDIA_LOG_W_SHORT("get player engine current time error"); in DoReportCompletedTime() 162 MEDIA_LOG_W_SHORT("get player engine current time error"); in DoReportMediaProgress() 239 void HiPlayerCallbackLooper::DoReportError(const Any &error) in DoReportError() argument 244 auto ptr = AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError() 246 MEDIA_LOG_E_SHORT("DoReportError error, ptr is nullptr"); in DoReportError() 249 MEDIA_LOG_E_SHORT("Report error, error type: " PUBLIC_LOG_D32 " error value: " PUBLIC_LOG_D32, in DoReportError() 273 MEDIA_LOG_E_SHORT("DoReportInfo error, ptr is nullptr"); in DoReportInfo()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreDeleteJsunit.test.js | 401 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`); 454 console.error(`${TAG} close failed, code is ${err.code},message is ${err.message}`);
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_src_test.cpp | 36 virtual void OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info, int error){} in OnConfigurationChanged() argument 37 virtual void OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error){} in OnPlayingStatusChanged() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ib.c | 61 * Returns 0 on success, error on failure. 112 * Returns 0 on success, error on failure. 299 * Returns 0 on success, error on failure. 319 goto error; in amdgpu_ib_pool_init() 325 error: in amdgpu_ib_pool_init() 358 * Returns 0 on success, error if the primary GFX ring
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecdsa.c | 48 * makes the value a positive integer; error on more in ecdsa_get_signature_rs() 165 goto error; in ecdsa_verify() 182 error: in ecdsa_verify()
|
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
H A D | mq_open_tests.c | 34 #include <error.h> 114 error(exit_val, errno, "%s at %d", err_cause, line_no); in shutdown()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ad5820.c | 75 dev_err(&client->dev, "write failed, error %d\n", r); in ad5820_write() 194 if (coil->ctrls.error) in ad5820_init_controls() 195 return coil->ctrls.error; in ad5820_init_controls()
|
H A D | lm3646.c | 253 if (hdl->error) in lm3646_init_controls() 254 return hdl->error; in lm3646_init_controls()
|
H A D | tda7432.c | 230 v4l2_err(sd, "I/O error, trying (write %d 0x%x)\n", in tda7432_write() 256 v4l2_err(sd, "I/O error, trying tda7432_set\n"); in tda7432_set() 372 if (t->hdl.error) { in tda7432_probe() 373 int err = t->hdl.error; in tda7432_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 286 goto error; in omap_plane_init() 298 error: in omap_plane_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_gp.c | 40 dev_err(dev->dev, "gp error irq state=%x status=%x\n", in lima_gp_irq_handler() 49 pipe->error = true; in lima_gp_irq_handler() 57 pipe->error = false; in lima_gp_irq_handler() 204 dev_err(ip->dev->dev, "gp task error int_state=%x status=%x\n", in lima_gp_task_error()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-gpio.c | 350 if (itv->hdl_gpio.error) in ivtv_gpio_init() 351 return itv->hdl_gpio.error; in ivtv_gpio_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | core.h | 145 * @error: an error returned during last HFI sync operations 146 * @sys_error: an error flag that signal system error event 155 * @work: a delayed work for handling system fatal error 194 unsigned int error; member 354 * @error: an error returned during last HFI sync operation 355 * @session_error: a flag rised by HFI interface in case of session error 415 unsigned int error; member [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-empress.c | 260 if (hdl->error) { in empress_init() 262 return hdl->error; in empress_init()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cavium-octeon.c | 281 goto error; in octeon_mmc_probe() 287 error: in octeon_mmc_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-sgmii.c | 150 /* If we get a decoding error and CDR is not locked, then try in emac_sgmii_interrupt() 208 "could not reinitialize internal PHY (error=%i)\n", in emac_sgmii_common_reset() 245 /* The error interrupts are only valid after the link is up */ 420 goto error; in emac_sgmii_config() 435 error: in emac_sgmii_config()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | events.c | 177 return "Cable error"; in mlx5_pme_status_to_string() 185 static const char *mlx5_pme_error_to_string(enum port_module_event_error_type error) in mlx5_pme_error_to_string() argument 187 switch (error) { in mlx5_pme_error_to_string() 207 return "Unknown error"; in mlx5_pme_error_to_string() 246 "Port module event[error]: module %u, %s, %s\n", in port_module()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max197.c | 305 goto error; in max197_probe() 310 error: in max197_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 161 /* nic_cfg_chk (will return error if flags are invalid) 484 STAT_ERROR = 1 << 1, /* last cmd caused error (code in a0) */ 528 u32 error; /* error code (see ERR_*) for first ERR */ member 532 #define VNIC_STF_FATAL_ERR 0x0001 /* fatal fw error */ 668 * If cmd error, STAT_ERROR will be set and args[0] contains error code. 697 u8 error; member
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | scm.c | 75 void scm_irq_handler(struct aob *aob, blk_status_t error) in scm_irq_handler() argument 81 scmdrv->handler(scmdev, aobrq->data, error); in scm_irq_handler()
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | user-trap.c | 111 resp->error = -EPERM; in handle_req() 188 resp->error = 0; in handle_req() 255 perror("bad error from mount"); in main()
|
H A D | bpf-helper.h | 70 #error "Unknown endianness" 135 #error __BITS_PER_LONG value unusable.
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 144 * Handle an error received on the local endpoint. 162 /* Clear the outstanding error value on the socket so that it doesn't in rxrpc_error_report() 214 * Map an error report to error codes on the peer record. 261 _proto("Rx Received ICMP error { type=%u code=%u }", in rxrpc_store_error() 269 _proto("Rx Received local error { error=%d }", err); in rxrpc_store_error() 278 _proto("Rx Received error report { orig=%u }", ee->ee_origin); in rxrpc_store_error() 286 * Distribute an error that occurred on a peer. 288 static void rxrpc_distribute_error(struct rxrpc_peer *peer, int error, in rxrpc_distribute_error() argument [all...] |