HomeSort by relevance Sort by last modified time
    Searched refs:LOG_E (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderLog.h 28 #define LOG_E ALOGE
33 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
39 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
46 LOG_E(FUNC"Failed. ret = 0x%08x\n", ret); \
52 LOG_E(FUNC"Failed, ret = 0x%08x\n", ret); \
58 LOG_E("Invalid pointer\n"); \
VideoEncoderUtils.cpp 36 LOG_E("FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
51 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
59 LOG_E("alloc(%u, %u, %d, %08x, ...) failed %d (%s)\n",
72 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
79 LOG_E("free(...) failed %d (%s)\n", err, strerror(-err));
92 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
110 LOG_E("lock(...) failed %d (%s).\n", err, strerror(-err));
124 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
135 LOG_E("unlock(...) failed %d (%s)", err, strerror(-err));
150 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID)
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideolog.h 17 #define LOG_E(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_ERROR, format, ##__VA_ARGS__)
22 #define LOG_E(format, ...)
mixvideoformatenc_mpeg4.c 124 LOG_E( "mix == NULL\n");
161 LOG_E(
212 LOG_E(
223 LOG_E(
234 LOG_E(
291 LOG_E(
307 LOG_E(
327 LOG_E( "Profile not supported\n");
344 LOG_E(
359 LOG_E( "Entrypoint not found\n");
    [all...]
mixvideoformatenc_h264.c 124 LOG_E( "mix == NULL\n");
161 LOG_E(
211 LOG_E(
223 LOG_E(
235 LOG_E(
246 LOG_E (
306 LOG_E(
322 LOG_E(
342 LOG_E( "Profile not supported\n");
359 LOG_E(
    [all...]
mixvideo.c 57 LOG_E( "Not MixVideo\n"); \
62 LOG_E( "Not initialized\n"); \
69 LOG_E( "Not configured\n"); \
294 LOG_E( "!mix || !init_params\n");
299 LOG_E("mode >= MIX_CODEC_MODE_LAST\n");
306 LOG_E("mode == MIX_CODEC_MODE_ENCODE\n");
312 LOG_E( "!MIX_IS_VIDEO(mix)\n");
317 LOG_E("!MIX_IS_VIDEOINITPARAMS(init_params\n");
342 LOG_E( "!priv->objlock\n");
354 LOG_E( "!priv->init_params\n")
    [all...]
mixvideoformat_vc1.c 128 LOG_E( "Error closing parser\n");
153 LOG_E( "NUll pointer passed in\n");
184 LOG_E( "NUll pointer passed in\n");
214 LOG_E( "Cannot allocate memory\n");
271 LOG_E( "NUll pointer passed in\n");
307 LOG_E( "Error opening parser\n");
319 LOG_E( "Cannot get header data\n");
329 LOG_E( "Cannot get extra surface allocation setting\n");
341 LOG_E( "Error updating sequence header\n");
351 LOG_E( "Error parsing header data, size %d\n", header->data_size)
    [all...]
mixvideoformatenc_preview.c 123 LOG_E( "mix == NULL\n");
160 LOG_E(
244 LOG_E(
260 LOG_E(
280 LOG_E( "Profile not supported\n");
297 LOG_E(
312 LOG_E( "Entrypoint not found\n");
335 LOG_E(
342 LOG_E( "Matched format not found\n");
349 LOG_E( "RC mode not found\n");
    [all...]
mixvideoformat_h264.c 112 LOG_E( "Error closing parser\n");
135 LOG_E( "NUll pointer passed in\n");
181 LOG_E( "NUll pointer passed in\n");
197 LOG_E( "Error initializing\n");
219 LOG_E( "Error opening parser\n");
230 LOG_E( "Cannot get header data\n");
240 LOG_E( "Cannot get extra surface allocation setting\n");
252 LOG_E( "Error parsing header data\n");
264 LOG_E( "Error reading parsed header data\n");
280 LOG_E( "Error allocating memory\n")
    [all...]
mixvideoformat_mp42.c 111 LOG_E("obj is NULL\n");
116 LOG_E("obj is not mixvideoformat_mp42\n");
221 LOG_E("Failed to initialize parent!\n");
235 LOG_E("Failed to call vbp_open()\n");
259 LOG_E("Failed to call vbp_parse() to parse header data!\n");
270 LOG_E("Failed to call vbp_query() to query header data parsing result\n");
291 LOG_E("Failed to call vaGetConfigAttributes()\n");
296 LOG_E("The attrib.value is wrong!\n");
304 LOG_E("Failed to call vaCreateConfig()!\n");
312 LOG_E("Failed to call mix_videoconfigparams_get_extra_surface_allocation()!\n")
    [all...]
mixvideoformatenc.c 107 LOG_E( "obj == NULL\n");
177 LOG_E(
202 LOG_E(
213 LOG_E(
225 LOG_E(
238 LOG_E(
250 LOG_E(
262 LOG_E(
274 LOG_E(
287 LOG_E(
    [all...]
  /system/keymaster/km_openssl/
ecies_kem.cpp 28 LOG_E("%s", "EciesKem: no curve specified");
40 LOG_E("EciesKem: curve %d is unsupported", curve_);
47 LOG_E("EciesKem: No KDF specified", 0);
56 LOG_E("Kdf %d is unsupported", kdf);
66 LOG_E("%s", "EciesKem: no key length specified");
93 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0);
97 LOG_E("EciesKem: Can't obtain public value", 0);
115 LOG_E("EciesKem: KDF failed, can't derived keys", 0);
121 LOG_E("EciesKem: KDF failed, can't derived keys", 0);
146 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0)
    [all...]
hmac_key.cpp 53 LOG_E("HMAC key must have KM_TAG_MIN_MAC_LENGTH", 0);
72 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST));
nist_curve_key_exchange.cpp 54 LOG_E("Not a NIST curve: %d", curve);
107 LOG_E("Can't convert peer public value to point: %d", TranslateLastOpenSslError());
115 LOG_E("Can't compute ECDH shared key: %d", TranslateLastOpenSslError());
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidLog.h 22 #define LOG_E LOG(ERROR)
30 #define LOG_E (std::cerr << "E: ")
HidGlobal.cpp 26 LOG_E << "HidGlobal::append cannot process tag that is not global, " << i << LOG_ENDL;
31 LOG_E << "PUSH and POP should be handled in HidGlobalStack, " << i << LOG_ENDL;
84 LOG_E << "unknown global tag, " << i << LOG_ENDL;
89 LOG_E << "Cannot get signed / unsigned data at " << i << LOG_ENDL;
HidLocal.cpp 71 LOG_E << "usage min not set when saw usage max " << i << LOG_ENDL;
92 LOG_E << "string min not set when saw string max " << i << LOG_ENDL;
109 LOG_E << "unknown local tag, " << i << LOG_ENDL;
113 LOG_E << "Cannot get unsigned data at " << i << LOG_ENDL;
  /system/keymaster/android_keymaster/
operation.cpp 94 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING));
97 LOG_E("Padding mode %d not supported", *padding);
105 LOG_E("Padding mode %d was specified, but not authorized by key", *padding);
119 LOG_E("%d digests specified in begin params", begin_params.GetTagCount(TAG_DIGEST));
122 LOG_E("Digest %d not supported", *digest);
130 LOG_E("Digest %d was specified, but not authorized by key", *digest);
keymaster_enforcement.cpp 362 LOG_E("Auth required but no matching auth token found", 0);
377 LOG_E("Rate-limited keys table full. Entries will time out.", 0);
389 LOG_E("Usage count-limited keys table full, until reboot.", 0);
428 LOG_E("Authentication required, but auth token not provided", 0);
433 LOG_E("Bug: Auth token is the wrong size (%d expected, %d found)", sizeof(hw_auth_token_t),
441 LOG_E("Bug: Auth token is the version %d (or is not an auth token). Expected %d",
447 LOG_E("Auth token signature invalid", 0);
452 LOG_E("Auth token has the challenge %llu, need %llu", auth_token.challenge, op_handle);
463 LOG_E("Auth required but no auth type found", 0);
474 LOG_E("Key requires match of auth type mask 0%uo, but token contained 0%uo"
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawDevice.cpp 40 LOG_E << "Error in open device node: " << errno << " (" << ::strerror(errno) << ")"
47 LOG_E << "Error obtaining HidRaw device information" << LOG_ENDL;
52 LOG_E << "Cannot parse hid descriptor" << LOG_ENDL;
62 LOG_E << "Same type - report id pair (" << packet.type << ", " << packet.id << ")"
75 LOG_E << "Default report id 0 is not expected when more than one report id is found."
193 LOG_E << "HidRawDevice::getFeature: unknown feature " << id << LOG_ENDL;
206 LOG_E << "HidRawDevice::getFeature: feature " << static_cast<int>(id)
212 LOG_E << "HidRawDevice::getFeature: get feature " << static_cast<int>(id)
217 LOG_E << "HidRawDevice::getFeature: get feature " << static_cast<int>(id)
232 LOG_E << "HidRawDevice::setFeature: Unknown feature " << id << LOG_ENDL
    [all...]
HidRawSensor.cpp 49 LOG_E << "populate feature from feature report failed" << LOG_ENDL;
54 LOG_E << "finding sensor control usage failed" << LOG_ENDL;
108 LOG_E << "Cannot find accuracy field in usage "
113 LOG_E << "Accuracy field must align to byte" << LOG_ENDL;
117 LOG_E << "Accuracy field value range must be [0, 2]" << LOG_ENDL;
137 LOG_E << "Invalid android custom sensor" << LOG_ENDL;
158 LOG_E << "Cannot find CUSTOM_VALUE_X in custom sensor" << LOG_ENDL;
167 LOG_E << "Custome usage " << digest.usage << ", min must < max" << LOG_ENDL;
173 LOG_E << "Custome usage " << std::hex << digest.usage << std::hex
235 LOG_E << "Quaternion usage input must be 16 or 32 bits and aligned at byte boundary" << LOG_ENDL
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
HidParserExample.cpp 39 LOG_E << name << " parsing error!" << LOG_ENDL;
62 LOG_E << name << " parsing error!" << LOG_ENDL;
88 LOG_E << name << " parsing error!" << LOG_ENDL;
110 LOG_E << "Error: need param" << LOG_ENDL;
122 LOG_E << "Error: unknown test name" << LOG_ENDL;
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 50 LOG_E << "invalid device" << LOG_ENDL;
62 LOG_E << "cannot get feature " << featureId << LOG_ENDL;
76 LOG_E << "Sensor is not valid " << LOG_ENDL;
103 LOG_E << "Receive report error" << LOG_ENDL;
120 LOG_E << "Usage: " << argv[0] << " hidraw-dev-path" << LOG_ENDL;
  /external/honggfuzz/linux/
unwind.c 128 LOG_E("[pid='%d'] unw_create_addr_space failed", pid);
135 LOG_E("[pid='%d'] _UPT_create failed", pid);
143 LOG_E("[pid='%d'] unw_init_remote failed (%s)", pid, UNW_ER[-ret]);
152 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]);
175 LOG_E("[pid='%d'] unw_create_addr_space failed", pid);
182 LOG_E("[pid='%d'] _UPT_create failed", pid);
190 LOG_E("[pid='%d'] unw_init_remote failed (%s)", pid, UNW_ER[-ret]);
201 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]);
bfd.c 64 LOG_E("bfd_openr(%s) failed", fname);
69 LOG_E("bfd_check_format() failed");
75 LOG_E("bfd_get_symtab_upper_bound() returned '%d'", storage_needed);
83 LOG_E("bfd_get_section_by_name('.text') failed");

Completed in 543 milliseconds

1 2 3 4