HomeSort by relevance Sort by last modified time
    Searched refs:LOG_E (Results 26 - 50 of 54) sorted by null

12 3

  /external/webrtc/webrtc/base/
logging.h 39 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
119 // Abbreviations for LOG_E macro
120 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
121 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
122 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
305 #define LOG_E(sev, ctx, err, ...) \
314 LOG_E(sev, ERRNO, err)
320 LOG_E(sev, HRESULT, err)
324 LOG_E(sev, HRESULT, GetLastError(), mod)
macutils.cc 82 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")";
macwindowpicker.cc 188 LOG_E(LS_ERROR, OS, err) << "Failed to enumerate the active displays.";
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp 41 LOG_E("Buffer size too small\n");
52 LOG_E("NO header found\n");
90 LOG_E("Buffer size too small\n");
112 LOG_E("Invalid buffer mode for MPEG-4:2\n");
PVSoftMPEG4Encoder.cpp 163 LOG_E("Failed to get default encoding parameters");
202 LOG_E("Video frame size %dx%d must be a multiple of 16",
235 LOG_E("Failed to initialized encoder params");
241 LOG_E("Failed to initialize the encoder");
294 LOG_E("Encoder has been initialized, should use setConfig to change configurations\n");
396 LOG_E("Failed to get VOL header");
492 LOG_E("Failed to encode frame or get hink track at frame %lld",
VideoEncoderBase.cpp 83 LOG_E("vaGetDisplay failed.");
89 LOG_E( "Failed vaInitialize, vaStatus = %d\n", vaStatus);
330 LOG_E("Encoder has not initialized yet\n");
351 LOG_E("Time out wait for Coded buffer.\n");
357 LOG_E("Coded buffer is not ready now.\n");
480 LOG_E("Time out wait for encode task.\n");
741 LOG_E( "outBuffer->data == NULL\n");
756 LOG_E("mCurSegment->size < mOffsetInSeg\n");
890 LOG_E("mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere\n");
977 LOG_E("Encoder has been initialized, should use setConfig to change configurations\n")
    [all...]
VideoEncoderAVC.cpp 179 LOG_E ("Invalid Config Type");
236 LOG_E ("Invalid Config Type");
345 LOG_E("Invalid buffer mode\n");
377 LOG_E("The stream is not AnnexB format \n");
378 LOG_E("segment status is %x \n", status);
471 LOG_E("Buffer size is 0\n");
526 LOG_E("Buffer size too small\n");
604 LOG_E("mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere\n");
637 LOG_E("Buffer size too small\n");
675 LOG_E("mCurSegment->size < mOffsetInSeg || outBuffer->bufferSize < sizeCopiedHere\n")
    [all...]
VideoEncoderVP8.cpp 452 LOG_E ("Invalid Config Type");
511 LOG_E ("Invalid Config Type");
  /system/keymaster/
aes_key.cpp 59 LOG_E("AES-GCM key must have KM_TAG_MIN_MAC_LENGTH", 0);
aes_operation.cpp 61 LOG_E("AES GCM key must have KM_TAG_MIN_MAC_LENGTH", 0);
96 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE));
100 LOG_E("Block mode %d not supported", block_mode);
104 LOG_E("Block mode %d was specified, but not authorized by key", block_mode);
122 LOG_E("Mode does not support padding", 0);
231 LOG_E("Error encrypting final block: %s", ERR_error_string(ERR_peek_last_error(), NULL));
350 LOG_E("No IV provided", 0);
354 LOG_E("Expected %d-byte IV for AES operation, but got %d bytes", AES_BLOCK_SIZE,
359 LOG_E("Expected %d-byte nonce for AES-GCM operation, but got %d bytes", GCM_NONCE_SIZE,
rsa_keymaster1_operation.cpp 81 LOG_E("Could not get extended key data... not a Keymaster1Engine key?", 0);
139 LOG_E("Bug: Pubkey operation requested. Those should be handled by normal RSA operations.",
ec_key_factory.cpp 50 LOG_E("%s", "No curve or key size specified for EC key generation");
65 LOG_E("Curve key size %d and specified key size %d don't match", key_size_bits,
101 LOG_E("Unable to get EC group for curve %d", ec_curve);
ocb_utils.cpp 145 LOG_E("Error %d while encrypting key", ae_err);
184 LOG_E("Failed to validate authentication tag during key decryption", 0);
187 LOG_E("Failed to decrypt key, error: %d", ae_err);
authorization_set.cpp 415 LOG_E("Malformed data found in AuthorizationSet deserialization", 0);
428 LOG_E("Malformed data found in AuthorizationSet deserialization", 0);
438 LOG_E("Malformed data found in AuthorizationSet deserialization", 0);
450 LOG_E("Malformed data found in AuthorizationSet deserialization", 0);
466 LOG_E("Malformed data found in AuthorizationSet deserialization", 0);
rsa_operation.cpp 166 LOG_E("Input too long: cannot operate on %u bytes of data with %u-byte RSA key",
250 LOG_E("Input too long: %d-byte digest cannot be used with %d-byte RSA key in PSS "
351 LOG_E("Input too long: cannot sign %u-byte message with PKCS1 padding with %u-bit key",
446 LOG_E("Input too long: cannot verify %u-byte message with PKCS1 padding && %u-bit key",
soft_keymaster_device.cpp 93 LOG_E("Error %d getting supported digests from keymaster1 device", error);
417 LOG_E("get_supported_algorithms failed with %d", response.error);
454 LOG_E("get_supported_block_modes failed with %d", response.error);
491 LOG_E("get_supported_padding_modes failed with %d", response.error);
526 LOG_E("get_supported_digests failed with %d", response.error);
558 LOG_E("get_supported_import_formats failed with %d", response.error);
591 LOG_E("get_supported_export_formats failed with %d", response.error);
612 LOG_E("Configuration parameters must contain OS version and patch level", 0);
638 LOG_E("add_rng_entropy failed with %d", response.error);
    [all...]
keymaster1_engine.cpp 296 LOG_E("Expected sign_raw with padding %d but got padding %d",
321 LOG_E("Expected sign_raw with padding %d but got padding %d",
  /system/keymaster/include/keymaster/
logger.h 65 #define LOG_E(fmt, ...) Logger::Error(FILE_LINE fmt, __VA_ARGS__)
  /hardware/qcom/gps/msm8909/utils/
log_util.h 164 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
170 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
  /hardware/qcom/gps/msm8996/utils/
log_util.h 170 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
176 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
  /hardware/qcom/gps/msmcobalt/utils/
log_util.h 170 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
176 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_log_util.h 169 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
175 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
  /hardware/intel/common/libmix/mix_video/src/
mixsurfacepool.c 230 LOG_E(
389 LOG_E( "out of surfaces\n");
405 LOG_E( "Element is null\n");
475 LOG_E( "out of surfaces\n");
491 LOG_E( "Element is null\n");
mixvideoconfigparamsdec.c 176 LOG_E( "set_header failed: mix_result = 0x%x\n", mix_result);
190 LOG_E( "set_mime_type failed: mix_result = 0x%x\n", mix_result);
202 LOG_E( "root_class->copy == NULL\n");
mixvideoframe.c 116 LOG_E("obj is NULL\n");
136 LOG_E("pool is NULL\n");

Completed in 724 milliseconds

12 3