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

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 45 ALOGE ("Mutex::Mutex: fail init; error=0x%X", res);
64 ALOGE ("Mutex::~Mutex: fail destroy; error=0x%X", res);
83 ALOGE ("Mutex::lock: fail lock; error=0x%X", res);
102 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
121 ALOGE ("Mutex::tryLock: error=0x%X", res);
CondVar.cpp 48 ALOGE ("CondVar::CondVar: fail init; error=0x%X", res);
67 ALOGE ("CondVar::~CondVar: fail destroy; error=0x%X", res);
86 ALOGE ("CondVar::wait: fail wait; error=0x%X", res);
108 ALOGE ("CondVar::wait: fail get time; errno=0x%X", errno);
125 ALOGE ("CondVar::wait: fail timed wait; error=0x%X", waitResult);
145 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
  /cts/tests/tests/jni/libjnitest/
register.c 35 ALOGE("failed to register InstanceNonce");
41 ALOGE("failed to register StaticNonce");
47 ALOGE("failed to register JniCTest");
53 ALOGE("failed to register JniCppTest");
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ALOGE CDBG
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
62 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
63 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 44 #define ALOGE CDBG
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream_Preview.cpp 39 ALOGE(" %s: E ", __FUNCTION__);
66 ALOGE("Unable to allocate mDisplayBuf");
86 ALOGE("%s:BEGIN",__func__);
119 ALOGE("Planes: %d length: %d userptr: %lu offset: %d\n", j,
126 ALOGE("DEBUG2:Display buf[%d] fd:%d",i,mDisplayBuf[i].fd);
134 ALOGE("mPreview Window %p",mPreviewWindow);
141 ALOGE("%s: [%d]: local_flag = 1", __func__, j);
146 ALOGE("Cannot find matching handle in the table.");
150 ALOGE("dequeue_buffer failed.");
157 ALOGE("%s:END",__func__)
    [all...]
QCameraStream.cpp 105 ALOGE("%s: E",__func__);
109 ALOGE("%s : jpeg callback for MM_CAMERA_SNAPSHOT_MAIN", __func__);
128 ALOGE("%s E ", __func__);
130 ALOGE("DEBUG4:ExtMode:%d,streamid:%d",p_obj->mExtImgMode,bufs->bufs[0]->stream_id);
133 ALOGE("%s : callback for MM_CAMERA_PREVIEW", __func__);
137 ALOGE("%s : callback for MM_CAMERA_VIDEO", __func__);
143 ALOGE("%s: Skipping Q Buf for HDR mode",__func__);
148 ALOGE("%s : callback for MM_CAMERA_SNAPSHOT_MAIN", __func__);
159 ALOGE("%s X ", __func__);
196 ALOGE("%s:streamid:%d",__func__,mMmStreamId)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 49 ALOGE("%s:Invalid send len \n", __func__);
53 ALOGE("%s:Invalid send buf \n", __func__);
59 ALOGE("%s:RSP send returns error %s\n", __func__, strerror(errno));
89 ALOGE("%s: eztune_server_run: send returns error %s\n", __func__,
104 ALOGE("%s:ACK send returns error %s\n", __func__, strerror(errno));
127 ALOGE("%s: Ack Failed for cmd %d\n", __func__, p->current_cmd);
133 ALOGE("%s: RSP processing Failed for cmd %d\n", __func__, p->current_cmd);
137 ALOGE("%s: RSP Failed for cmd %d\n", __func__, p->current_cmd);
144 ALOGE("%s: Ack Failed for cmd %d\n", __func__, p->current_cmd);
150 ALOGE("%s: RSP processing Failed for cmd %d\n", __func__, p->current_cmd)
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 42 #define ALOGE CDBG
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
63 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /external/conscrypt/src/compat/native/
log_compat.h 3 #define ALOGE(...) \
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 44 ALOGE("open %s: %s", filename.c_str(), strerror(errno));
50 ALOGE("fstat %s: %s", filename.c_str(), strerror(errno));
55 ALOGE("file %s is too small", filename.c_str());
63 ALOGE("mmap %s: %s", filename.c_str(), strerror(errno));
68 ALOGE("munmap %s: %s", filename.c_str(), strerror(errno));
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
48 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_dbg.h 44 #define ALOGE CDBG
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 44 #define ALOGE CDBG
55 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 108 ALOGE("Q%s: E", __func__);
115 ALOGE("Q%s: E", __func__);
141 ALOGE("%s: end in no mem", __func__);
170 ALOGE("%s: end rc %d", __func__, rc);
176 ALOGE("Q%s: device =%p E", __func__, hw_dev);
218 ALOGE("Q%s: E", __func__);
236 ALOGE("Q%s: E", __func__);
244 ALOGE("Q%s: E", __func__);
255 ALOGE("Q%s: E", __func__);
261 ALOGE("Q%s: X", __func__)
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 65 ALOGE("%s:%d] cannot exceed max number of components",
84 ALOGE("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
101 ALOGE("%s:%d] Complete", __func__, __LINE__);
170 ALOGE("%s:%d] Cannot find the component", __func__, __LINE__);
175 ALOGE("%s:%d] Error invalid input ", __func__, __LINE__);
186 ALOGE("%s:%d] Cannot alloc new instance", __func__, __LINE__);
195 ALOGE("%s:%d] Cannot load the library", __func__, __LINE__);
208 ALOGE("%s:%d] Cannot maps the symbols", __func__, __LINE__);
216 ALOGE("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
218 ALOGE("%s:%d] Error cannot create object", __func__, __LINE__)
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args)
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Rdi.cpp 61 ALOGE("%s:BEGIN",__func__);
67 ALOGE("%s: Invalid number of buffers (=%d) requested!",
94 ALOGE(" %s : E ", __FUNCTION__);
119 ALOGE("%s: cannot open file\n", __func__);
136 ALOGE("%s",__func__);
142 ALOGE("RDI Streaming Stopped. Returning callback");
147 ALOGE("%s: X: HAL control object not set",__func__);
171 ALOGE("%s: Failed in Preview Qbuf\n", __func__);
208 ALOGE("%s: E", __func__);
209 ALOGE("%s: X", __func__)
    [all...]
  /external/bluetooth/bluedroid/osi/src/
semaphore.c 43 ALOGE("%s unable to allocate semaphore: %s", __func__, strerror(errno));
63 ALOGE("%s unable to wait on semaphore: %s", __func__, strerror(errno));
72 ALOGE("%s unable to get flags for semaphore fd: %s", __func__, strerror(errno));
76 ALOGE("%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, strerror(errno));
85 ALOGE("%s unable to resetore flags for semaphore fd: %s", __func__, strerror(errno));
94 ALOGE("%s unable to post to semaphore: %s", __func__, strerror(errno));
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.cpp 90 ALOGE("%s: Not enough resources to allocate HAL descriptor table!",
94 ALOGE("%s: %d camera devices detected!", __func__, mNumOfCameras);
128 ALOGE("%s: Failed to allocate Camera2Factory object", __func__);
226 ALOGE("%s : Hal descriptor table is not initialized!", __func__);
235 ALOGE("%s: Device version for camera id %d invalid %d",
287 ALOGE("%s : Hal descriptor table is not initialized!", __func__);
295 ALOGE("Allocation of hardware interface failed");
305 ALOGE("Allocation of hardware interface failed");
313 ALOGE("%s: Device version for camera id %d invalid %d",
341 ALOGE("Invalid module. Trying to open %p, expect %p"
    [all...]

Completed in 4056 milliseconds

1 2 3 4 5 6 7 8 91011>>