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

1 2 3 4 5 6 7

  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 48 #ifndef LOGE
49 #define LOGE ALOGE
72 #define DEBUG_PRINT_ERROR LOGE
  /hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h 35 LOGE("Invalid type header.");\
41 LOGE("Bad port index %u, expected: %d", (P)->nPortIndex, INDEX);\
47 LOGE("No more enumeration.");\
53 LOGE("Port out of range %u", (P)->nPortIndex);\
59 LOGE(FUNC" failed: Error code = 0x%x", ret);\
67 LOGE("Invalid state to set param.");\
75 LOGE("Invalid state to set config");\
81 LOGE("Wrong state"); \
87 LOGE(FUNC" Failed. ret = 0x%08x\n", ret); \
93 LOGE(FUNC" Failed. ret = 0x%08x\n", ret);
    [all...]
  /bootable/recovery/
roots.cpp 51 LOGE("failed to read /etc/recovery.fstab\n");
57 LOGE("failed to add /tmp entry to fstab\n");
80 LOGE("unknown volume for path [%s]\n", path);
91 LOGE("failed to scan mounted volumes\n");
110 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n",
121 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno));
125 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point);
132 LOGE("unknown volume for path [%s]\n", path);
143 LOGE("failed to scan mounted volumes\n");
166 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status))
    [all...]
bootloader.cpp 37 LOGE("Cannot load volume /misc!\n");
45 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
52 LOGE("Cannot load volume /misc!\n");
60 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
77 LOGE("Can't find %s\n", v->blk_device);
83 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno));
90 if (r != size) LOGE("Can't read %s\n(%s)\n", v->blk_device, strerror(errno));
103 LOGE("Can't find %s\n", v->blk_device);
109 LOGE("Can't open %s\n(%s)\n", v->blk_device, strerror(errno));
116 if (r != size) LOGE("Can't read %s\n(%s)\n", v->blk_device, strerror(errno))
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 45 LOGE("cannot open socket %d", errno);
50 LOGE("setsockopt error %d", errno);
61 LOGE("inet_pton failed %d", errno);
66 LOGE("cannot connect socket %d", errno);
85 LOGE("fcntl error %d", errno);
89 LOGE("fcntl error %d", errno);
107 LOGE("select failed");
112 LOGE("socket read timeout");
124 LOGE("zero read, peer closed or what?, nonblocking: %d", useTimeout);
128 LOGE("recv returned %d", read)
    [all...]
ClientImpl.cpp 38 LOGE("adb port forwarding failed");
44 LOGE("cannot install or launch client");
SignalProcessingImpl.cpp 73 LOGE("SignalProcessingImpl::init fork failed %d", errno);
103 LOGE("cannot connect to child");
123 LOGE("send failed");
134 LOGE("send failed");
138 LOGE("send failed");
152 LOGE("send failed");
160 LOGE("read failed");
164 LOGE("wrong data");
168 LOGE("wrong data");
172 LOGE("script returned error %d", header[3])
    [all...]
  /packages/apps/OMA-DM/engine/jni/
DMServiceMain.h 33 #ifndef LOGE
34 #define LOGE(args...) ALOGE(args)
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 117 LOGE("%s: error - can't get camera dimension!", __func__);
118 LOGE("%s: X", __func__);
127 LOGE("%s: preview channel acquir error =%d\n", __func__, rc);
128 LOGE("%s: X", __func__);
145 LOGE("%s:set preview channel format err=%d\n", __func__, ret);
146 LOGE("%s: X", __func__);
159 LOGE("%s: video channel acquir error =%d\n", __func__, rc);
160 LOGE("%s: X", __func__);
178 LOGE("%s:set video channel format err=%d\n", __func__, rc);
179 LOGE("%s: X", __func__)
    [all...]
QCameraHWI.cpp 41 LOGE("%s: NULL user_data", __func__);
53 LOGE("Mymode Record = %d",myMode);
58 LOGE("%s: error - can't creat record stream!", __func__);
68 LOGE("%s: error - can't init Record channel!", __func__);
83 LOGE("Mymode Snap = %d",myMode);
87 LOGE("%s: error - can't creat snapshot stream!", __func__);
97 LOGE("%s: error - can't init Snapshot channel!", __func__);
109 LOGE("Mymode Preview = %d",myMode);
113 LOGE("%s: error - can't creat preview stream!", __func__);
122 LOGE("%s: error - can't init Preview channel!", __func__)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskInput.cpp 41 LOGE("TaskInput::parseAttribute invalid recording time %d", mRecordingTimeInMs);
55 LOGE("createAudioHw failed");
66 LOGE("buffer alloc failed");
70 LOGE("prepare failed");
74 LOGE("record failed");
89 LOGE("waitForComletion failed");
99 LOGE("cannot register/update buffer %s", mId.string());
TaskOutput.cpp 50 LOGE("cannot create Audio HW");
54 LOGE("prepare failed");
59 LOGE("cannot find buffer %s", mId.string());
65 LOGE("play failed");
93 LOGE("waitForCompletion failed");
TaskSound.cpp 56 LOGE("TaskSound::run %s string not found", STR_ID.string());
61 LOGE("TaskSound::run %s string not found", STR_TYPE.string());
66 LOGE("alloc failed");
72 LOGE("Wrong number of parameters %d", tokens->size());
77 LOGE("Wrong number of parameters %d", tokens->size());
88 LOGE("Wrong number of parameters %d", tokens->size());
96 LOGE("TaskSound::run unknown word in type %s", type.string());
104 LOGE("TaskSound::run registering buffer %s failed", id.string());
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 24 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
50 LOGE("Native registration unable to find class '%s'", className);
54 LOGE("RegisterNatives failed for '%s'", className);
83 LOGE("ERROR: GetEnv failed");
89 LOGE("ERROR: registerNatives failed");
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
45 LOGE("Unknown parameter: %s!", key);
56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
62 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
71 LOGE("Brightness: No input or output pointer found!");
contrast.c 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
40 LOGE("Unknown parameter: %s!", key);
51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
57 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
65 LOGE("Contrast: No input or output pointer found!");
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmClientSrvCreds.cc 40 LOGE("DMClientServerCreds::DMClientServerCreds()");
61 LOGE("DMClientServerCreds::LoadInitialValues()");
72 LOGE("dmTreeObj.GetLastClientAuthType() returned %d\n", dm_stat);
78 LOGE("strLastAuthPref from GetLastClientAuthType = %s\n", strLastAuthPref.c_str());
95 LOGE("strLastAuthPref from dmTreeObj.Get(strUri...) = %s\n", strLastAuthPref.c_str());
98 LOGE("strLastAuthPref = %s\n", strLastAuthPref.c_str());
103 LOGE("strLastAuthPref from GetDefaultAuthType() = %s\n", strLastAuthPref.c_str());
111 LOGE("SetClientAuth(strLastAuthPref, TRUE) returns %d\n", dm_stat);
133 LOGE("DMClientServCreds::SetPrefClientAuth(%d): AuthPrefCredType == %d", nClientAuthType, AuthPrefCredType);
137 LOGE("ChalType2Str(%d) = %s", nClientAuthType, ChalType2Str(nClientAuthType))
    [all...]
  /ndk/tests/abcc/jni/device/
main.cpp 43 LOGE("prepare failed");
49 LOGE("cleanupPre failed");
71 LOGE("execution failed");
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 28 #define LOGE ALOGE
42 #define LOGE(...) LOG("E", __VA_ARGS__)
  /hardware/invensense/60xx/libsensors_iio/
MPLSupport.cpp 51 LOGE("HAL:Error opening %s", fname);
78 LOGE("HAL:read fails with error code=%d", count);
106 LOGE("HAL:enable_sysfs_sensor - write %c returned %d (%s / %d)",
128 LOGE("HAL:write fd %d returned '%s' (%d)", fd, strerror(err), err);
146 LOGE("HAL:ERR failed to read an int from %s.", filename);
152 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
167 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
186 LOGE("HAL:ERR failed to write %d to %s (err=%d) print/close=%d/%d",
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 46 LOGE(x); \
53 LOGE(##msg); \
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg)

Completed in 322 milliseconds

1 2 3 4 5 6 7