Lines Matching refs:LOGE
57 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_open()
64 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_open()
70 LOGE(LOG_TAG, "Module has been opened, please clode first\n"); in obj_open()
80 LOGE(LOG_TAG, "MLCreateInstance failed\n"); in obj_open()
96 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_close()
103 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_close()
109 LOGE(LOG_TAG, "Module has not been opened, not need close\n"); in obj_close()
129 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDisplayWidth()
136 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDisplayWidth()
142 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDisplayWidth()
160 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDisplayHeight()
167 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDisplayHeight()
173 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDisplayHeight()
191 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDisplayBacklight()
198 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDisplayBacklight()
204 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDisplayBacklight()
222 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_setDisplayBacklight()
229 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_setDisplayBacklight()
235 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_setDisplayBacklight()
254 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDisplayType()
261 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDisplayType()
267 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDisplayType()
285 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_getDisplayFreq()
292 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_getDisplayFreq()
298 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_getDisplayFreq()
316 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_setDisplayFreq()
323 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_setDisplayFreq()
329 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_setDisplayFreq()
348 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawPoint()
355 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawPoint()
361 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawPoint()
385 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawLine()
392 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawLine()
398 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawLine()
427 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawRectangle()
434 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawRectangle()
440 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawRectangle()
463 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawCircle()
470 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawCircle()
476 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawCircle()
501 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawText()
508 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawText()
514 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawText()
539 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawPixels()
546 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawPixels()
552 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawPixels()
578 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_drawImage()
585 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_drawImage()
591 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_drawImage()
617 LOGE(LOG_TAG, "%s: args num is illegal :n_args = %d;\n", __func__, n_args); in obj_updateDisplay()
624 LOGE(LOG_TAG, "driver_obj is NULL\n"); in obj_updateDisplay()
630 LOGE(LOG_TAG, "Module has been closed, please open first\n"); in obj_updateDisplay()