/hardware/ti/omap4xxx/libtiutils/ |
H A D | ErrorUtils.cpp | 25 @param error Any of the standard POSIX error codes (defined in bionic/libc/kernel/common/asm-generic/errno.h) 26 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h) 28 status_t ErrorUtils::posixToAndroidError(int error) argument 30 switch(error) 66 @param error Any of the standard TI OSAL error codes (defined in 68 @return Any of the standard Android error code (defined in frameworks/base/include/utils/Errors.h) 70 status_t ErrorUtils::osalToAndroidError(TIMM_OSAL_ERRORTYPE error) argument 72 switch(error) 91 omxToAndroidError(OMX_ERRORTYPE error) argument [all...] |
/hardware/ti/omap4xxx/security/tf_daemon/ |
H A D | delegation_client_extension.c | 63 * It returns 0 in case of success and the error code requested by tf_daemon otherwise. 67 int error = 0; local 76 error = smcPropertiesParse(configurationFileName); 77 if ( error != 0 ) 79 return error;
|
H A D | delegation_client.c | 459 LogError("storageDir '%s' allocation error", directoryName); 501 /* Another error */ 669 LogError("fseek error: %s", strerror(errno)); 679 LogError("fread error: End-Of-File detected"); 682 LogError("fread error: %s", strerror(errno)); 713 LogError("fseek error: %s", strerror(errno)); 721 LogError("fread error: %s", strerror(errno)); 750 LogError("fseek error: %s", strerror(errno)); 911 LogError("TEEC_InvokeCommand error: 0x%08X", nTeeError); 918 /* Should not happen, probably an error fro 1213 int error; local [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
H A D | OMX_JpegDec_Thread.c | 84 OMX_U32 error = 0; local 140 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and write*/ 157 error = HandleCommandJpegDec (pComponentPrivate, nParam1); 158 OMX_PRINT2(pComponentPrivate->dbg, "after called handlecommand from JPEGDEC (%lu)\n", error); 159 if (error != OMX_ErrorNone) { 163 error, 173 error = DisablePortJpegDec(pComponentPrivate, nParam1); 174 if(error != OMX_ErrorNone){ 178 error, 185 error [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
H A D | QCameraThermalAdapter.cpp | 62 const char *error = NULL; local 68 error = dlerror(); 69 ALOGE("%s: dlopen failed with error %s", 70 __func__, error ? error : ""); 72 goto error; 76 error = dlerror(); 77 ALOGE("%s: dlsym failed with error code %s", 78 __func__, error ? error [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
H A D | ts_parser.h | 71 bool error; member in class:omx_time_stamp_reorder 80 if (error) 82 error = true;
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | ts_parser.h | 72 bool error; member in class:omx_time_stamp_reorder 81 if (error) 84 error = true;
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
H A D | mlos_linux.c | 56 * @return error code. 69 * @return error code. 93 * @return error code. 111 * @return error code. 129 * @return error code. 141 * @return error code. 151 * @return Zero if success, an error code otherwise. 155 int error; local 157 error = pthread_mutex_destroy(pm); 158 if (error) [all...] |
/hardware/invensense/60xx/mlsdk/platform/linux/ |
H A D | mlos_linux.c | 68 * @return error code. 82 * @return error code. 106 * @return error code. 124 * @return error code. 142 * @return error code. 154 * @return error code. 164 * @return Zero if success, an error code otherwise. 168 int error; local 170 error = pthread_mutex_destroy(pm); 171 if (error) { [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
H A D | mlos_linux.c | 56 * @return error code. 69 * @return error code. 93 * @return error code. 111 * @return error code. 129 * @return error code. 141 * @return error code. 151 * @return Zero if success, an error code otherwise. 155 int error; local 157 error = pthread_mutex_destroy(pm); 158 if (error) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_linux.c | 40 #include <error.h> 384 int error = BCME_OK; local 387 error = (int)ioctl_queryinformation_fe(wl, WL_OID_BASE + cmd, buf, &len); 389 error = (int)ioctl_queryinformation_fe(wl, cmd, buf, &len); 391 if (error == BCME_SERIAL_PORT_ERR) 394 if (error != 0) 397 return error; 406 int error = BCME_OK; local 410 error = (int)ioctl_setinformation_fe(wl, WL_OID_BASE + cmd, buf, &len); 412 error [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
H A D | video_encoder_test.c | 74 int error = 1; local 133 error = -1; 137 if (error != -1) 144 error = -1; 161 if (error != -1) 166 if ( error != -1 && (init_encoder (encoder_context) == -1 )) 169 error = -1; 175 if (error != -1 && (allocate_buffer (0,encoder_context)== -1)) 178 error = -1; 181 if (error ! [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
H A D | video_encoder_test.c | 74 int error = 1; local 133 error = -1; 137 if (error != -1) { 142 error = -1; 156 if (error != -1) { 160 if ( error != -1 && (init_encoder (encoder_context) == -1 )) { 162 error = -1; 169 if (error != -1 && (allocate_buffer (0,encoder_context)== -1)) { 171 error = -1; 174 if (error ! [all...] |
/hardware/samsung_slsi/exynos5/libkeymaster/ |
H A D | keymaster_mobicore.cpp | 80 * Checks this thread's error queue and logs if necessary. 83 int error = ERR_get_error(); local 85 if (error != 0) { 87 ERR_error_string_n(error, message, sizeof(message)); 88 ALOGE("OpenSSL error in %s %d: %s", location, error, message);
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 75 int error = 1; local 127 error = -1; 131 if (error != -1) 138 error = -1; 155 if ( error != -1 && (init_decoder (decoder_context) == -1 )) 158 error = -1; 164 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT, 168 error = -1; 171 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT, 175 error [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 75 int error = 1; local 127 error = -1; 131 if (error != -1) { 136 error = -1; 150 if ( error != -1 && (init_decoder (decoder_context) == -1 )) { 152 error = -1; 159 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_INPUT, 162 error = -1; 165 if (error != -1 && (allocate_buffer (VDEC_BUFFER_TYPE_OUTPUT, 168 error [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
H A D | OMX_G722Dec_Utils.c | 560 * OMX_ErrorHardware = Hardware error has occured. 675 * OMX_ErrorHardware = Hardware error has occured lile LCML failed 1091 /* Now Deinitialize the component No error should be returned from 1408 * OMX_ErrorHardware = Hardware error has occured lile LCML failed 1822 G722DEC_DPRINT( "Algorithm error. Cannot continue" ); 1853 G722DEC_DPRINT( "Algorithm error. Overflow" ); 1856 G722DEC_DPRINT( "Algorithm error. Underflow" ); 1884 * OMX_ErrorHardware = Hardware error has occured. 1966 * OMX_ErrorHardware = Hardware error has occured. 1979 char *error local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
H A D | OMX_G729Dec_Utils.c | 1103 /* Now Deinitialize the component No error should be returned from 1902 G729DEC_EPRINT("error flushing input port.\n"); 1938 G729DEC_EPRINT("error flushing output port.\n"); 2076 OMX_S8 *error = NULL; local 2087 if ((error = (OMX_S8 *)dlerror()) != NULL) { 2088 fputs((char *)error, stderr); 2131 // handle the error
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
H A D | OMX_G729Enc_Utils.c | 1096 /* Now Deinitialize the component No error should be returned from 1553 G729ENC_EPRINT("error hardware:: %d\n", __LINE__); 1719 G729ENC_DPRINT("Exiting. Returning error %d\n", eError); 2175 G729ENC_EPRINT("error flushing input port.\n"); 2209 G729ENC_DPRINT("error flushing output port.\n"); 2350 char *error = NULL; local 2360 if ((error = dlerror()) != NULL) 2362 fputs(error, stderr); 2396 // handle the error
|
/hardware/libhardware/include/hardware/ |
H A D | camera3.h | 162 * 13. In case of an error or other asynchronous event, the HAL must call 163 * camera3_callback_ops_t->notify() with the appropriate error/event 164 * message. After returning from a fatal device-wide error notification, the 167 * notify(), so that once notify() is called with a fatal error, the 170 * returns from a fatal error message. 942 * -ENODEV / NULL in case of a serious error. This means the device cannot 943 * continue operation, and must be closed by the framework. Once this error is 968 * be filled, their sync fences must be set to the error state. 1070 * If a configure_streams() call returns a non-fatal error, all active streams 1238 * error stat 1476 camera3_error_msg_t error; member in union:camera3_notify_msg::__anon268 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
H A D | OMX_AacDec_Utils.c | 431 * OMX_ErrorHardware = Hardware error has occured. 541 * OMX_ErrorHardware = Hardware error has occured lile LCML failed 1322 OMX_ERROR4(pComponentPrivate->dbg, "%d :: state transition error\n",__LINE__); 1853 /* @NOTE: EXIT_COMPONENT_THRD is not REALLY an error, but a signal to ComponentThread.c */ 1968 * OMX_ErrorHardware = Hardware error has occured lile LCML failed 2796 OMX_ERROR4(pComponentPrivate->dbg, "%d :: UTIL: bufferReturned_mutex mutex lock error\n",__LINE__); 2803 OMX_ERROR4(pComponentPrivate->dbg, "%d :: UTIL: bufferReturned_mutex mutex unlock error\n",__LINE__); 2838 /* USN_ERR_NONE,: Indicates that no error encountered during execution of the command and the command execution completed succesfully. 2840 * USN_ERR_PROCESS,: Indicates that process function returned a error type. The exact error typ 3110 char *error; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
H A D | OMX_AacEnc_Utils.c | 1315 /* Now Deinitialize the component No error should be returned from this function. It should clean the system as much as possible */ 1842 /* report the error to the client via event */ 2220 /* report the error to the client via event */ 2568 OMX_ERROR4(pComponentPrivate_CC->dbg, "%d :: UTIL: LCML reported error while flushing input port\n",__LINE__); 2602 OMX_ERROR4(pComponentPrivate_CC->dbg, "%d :: UTIL: LCML reported error while flushing output port\n",__LINE__); 2703 /* USN_ERR_NONE,: Indicates that no error encountered during execution of the command and the command execution completed succesfully. 2705 * USN_ERR_PROCESS,: Indicates that process function returned a error type. The exact error type is returnd in Arg2 of this message. 2706 * USN_ERR_PAUSE,: Indicates that execution of pause resulted in error. 2707 * USN_ERR_STOP,: Indicates that execution of stop resulted in error 2907 char *error; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
H A D | OMX_G711Dec_Utils.c | 1102 /* Now Deinitialize the component No error should be returned from 1843 G711DEC_DPRINT("Returning error %d\n",eError); 2368 char *error = NULL; local 2379 if ((error = dlerror()) != NULL) { 2380 fputs(error, stderr); 2426 /* handle the error */ 2733 G711DEC_PRINT("DSPProcessor_ReserveMemory() failed - error 0x%x", (int)status); 2750 G711DEC_PRINT("DSPProcessor_Map() failed - error 0x%x", (int)status); 2760 G711DEC_PRINT("Unable to flush mapped buffer: error 0x%x",(int)status); 2801 G711DEC_PRINT("DSPProcessor_UnMap() failed - error [all...] |
H A D | OMX_G711Decoder.c | 651 error\n",__LINE__); 1260 OMX_ERRORTYPE error = OMX_ErrorUndefined; local 1264 error = OMX_ErrorBadParameter; 1276 error = OMX_ErrorNone; 1279 return error; 1526 /* Wait for thread to exit so we can get the status into "error" */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
H A D | OMX_G711Enc_Utils.c | 1007 /* Now Deinitialize the component No error should be returned from 1011 G711ENC_PRINT("%d :: G711ENC_CleanupInitParams returned error\n",__LINE__); 1693 G711ENC_DPRINT("%d :: Returning error %d\n",__LINE__,eError); 2038 G711ENC_DPRINT ("LCML reported error while flushing input port\n"); 2061 G711ENC_DPRINT("LCML reported error while flushing output port\n"); 2187 char *error = NULL; local 2195 if ((error = dlerror()) != NULL) { 2196 fputs(error, stderr); 2232 // handle the error 2563 G711ENC_DPRINT("DSPProcessor_ReserveMemory() failed - error [all...] |