Return Codes for TDE Graphics Drawing
Error Code |
Prototype |
Description |
|---|---|---|
0xA0648001 |
HI_ERR_TDE_DEV_NOT_OPEN |
The TDE device is not started. |
0xA0648002 |
HI_ERR_TDE_DEV_OPEN_FAILED |
The TDE device fails to be started. |
0xA0648003 |
HI_ERR_TDE_NULL_PTR |
The input parameter contains a null pointer. |
0xA0648004 |
HI_ERR_TDE_NO_MEM |
Memory allocation fails. |
0xA0648005 |
HI_ERR_TDE_INVALID_HANDLE |
Invalid task handle. |
0xA0648006 |
HI_ERR_TDE_INVALID_PARAM |
Invalid parameter settings. |
0xA0648007 |
HI_ERR_TDE_NOT_ALIGNED |
The parameter values are not aligned. |
0xA0648008 |
HI_ERR_TDE_MINIFICATION |
The minification is too much. |
0xA0648009 |
HI_ERR_TDE_CLIP_AREA |
The operation area does not overlap with the clip area, so the display is not updated. |
0xA0648010 |
HI_ERR_TDE_JOB_TIMEOUT |
Blocked task times out. |
0xA0648011 |
HI_ERR_TDE_UNSUPPORTED_OPERATION |
The operation is not supported. |
0xA0648012 |
HI_ERR_TDE_QUERY_TIMEOUT |
The specified task times out and is not completed. |
0xA0648013 |
HI_ERR_TDE_INTERRUPT |
Blocked task is interrupted. |