HomeSort by relevance Sort by last modified time
    Searched refs:__LINE__ (Results 151 - 175 of 1925) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
mlerrorcode.h 28 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
36 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
46 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
55 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
65 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
74 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 107 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_CompThread\n", __LINE__);
143 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: bIsThreadstop = %ld\n",__LINE__,pComponentPrivate->bIsThreadstop);
144 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nOpBuf = %ld\n",__LINE__,pComponentPrivate->lcml_nOpBuf);
145 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nIpBuf = %ld\n",__LINE__,pComponentPrivate->lcml_nIpBuf);
146 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: app_nBuf = %ld\n",__LINE__,pComponentPrivate->app_nBuf);
155 OMX_ERROR4(pComponentPrivate->dbg, "%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
159 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__);
161 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__);
172 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
175 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 97 G711ENC_DPRINT("%d :: Entering G711ENC_CompThread\n", __LINE__);
132 G711ENC_DPRINT("%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
136 G711ENC_DPRINT("%d :: Component Time Out !!!!! \n",__LINE__);
138 G711ENC_DPRINT("%d :: Error in Select\n", __LINE__);
150 G711ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
153 G711ENC_DPRINT("%d :: Error while reading from the pipe\n",__LINE__);
158 G711ENC_DPRINT("%d :: G711ENC_HandleDataBufFromApp returned error\n",__LINE__);
163 G711ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
189 G711ENC_DPRINT("%d :: Exiting G711ENC_CompThread\n", __LINE__);
190 G711ENC_DPRINT("%d :: Returning = 0x%x\n",__LINE__,eError)
    [all...]
OMX_G711Encoder.c 191 G711ENC_DPRINT("%d :: Entering OMX_ComponentInit\n", __LINE__);
333 G711ENC_DPRINT("%d :: Setting dasf & acdn and MultiFrame modes to 0\n",__LINE__);
410 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
412 G711ENC_DPRINT("%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__);
418 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
420 G711ENC_PRINT("%d :: Error returned from the Component\n",__LINE__);
425 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
427 G711ENC_DPRINT("%d :: [G711E Component] - failure to open WRITE pipe\n",__LINE__);
429 G711ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
431 G711ENC_DPRINT("%d :: [G711E Component] - failure to open READ pipe\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 97 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread\n", __LINE__);
128 OMX_PRINT1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStopping);
129 OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nOpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nOpBuf);
130 OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nIpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nIpBuf);
134 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__);
144 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__);
147 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AACENC_ComponentThread \n",__LINE__);
151 OMX_PRINT2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__);
155 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__);
166 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
    [all...]
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 127 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock)
132 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL)
137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv)
142 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignalAll)(__FILE__, __LINE__, cv)
146 DYNAMIC_ANNOTATIONS_NAME(AnnotateHappensBefore)(__FILE__, __LINE__, obj)
148 DYNAMIC_ANNOTATIONS_NAME(AnnotateHappensAfter)(__FILE__, __LINE__, obj)
152 DYNAMIC_ANNOTATIONS_NAME(AnnotatePublishMemoryRange)(__FILE__, __LINE__, \
157 DYNAMIC_ANNOTATIONS_NAME(AnnotateUnpublishMemoryRange)(__FILE__, __LINE__, \
175 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsUsedAsCondVar)(__FILE__, __LINE__, \
182 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsNotPHB)(__FILE__, __LINE__, mu
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 162 LOC_LOGD("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
194 LOC_LOGD("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
231 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
242 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
252 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
262 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
318 LOC_LOGD("%s:%d] 0x%lx call pthread_create\n", __func__, __LINE__, (long) thelper);
329 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
333 LOC_LOGD("%s:%d] 0x%lx pthread_create done\n", __func__, __LINE__, (long) thelper);
337 LOC_LOGD("%s:%d] 0x%lx pthread ready\n", __func__, __LINE__, (long) thelper)
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 162 LOC_LOGD("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
194 LOC_LOGD("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
231 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
242 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
252 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
262 LOC_LOGE("%s:%d] error: 0x%lx\n", __func__, __LINE__, (long) thelper);
318 LOC_LOGD("%s:%d] 0x%lx call pthread_create\n", __func__, __LINE__, (long) thelper);
329 LOC_LOGE("%s:%d] 0x%lx\n", __func__, __LINE__, (long) thelper);
333 LOC_LOGD("%s:%d] 0x%lx pthread_create done\n", __func__, __LINE__, (long) thelper);
337 LOC_LOGD("%s:%d] 0x%lx pthread ready\n", __func__, __LINE__, (long) thelper)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 233 ExpectAndResetCounts(1, 0, 0, __LINE__);
240 ExpectAndResetCounts(1, 0, 1, __LINE__);
248 ExpectAndResetCounts(1, 0, 0, __LINE__);
259 ExpectAndResetCounts(1, 0, 0, __LINE__);
265 ExpectAndResetCounts(1, 0, 1, __LINE__);
273 ExpectAndResetCounts(1, 0, 0, __LINE__);
290 ExpectAndResetCounts(1, 0, 0, __LINE__);
296 ExpectAndResetCounts(0, 1, 1, __LINE__);
304 ExpectAndResetCounts(0, 1, 0, __LINE__);
315 ExpectAndResetCounts(1, 0, 0, __LINE__);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
error_state.h 22 // functions directly as they will propogate the __FILE__ and __LINE__.
26 error_state->SetGLError(__FILE__, __LINE__, error, function_name, msg)
33 __FILE__, __LINE__, function_name, value, label)
40 __FILE__, __LINE__, error, function_name, pname, param)
47 __FILE__, __LINE__, error, function_name, pname, param)
52 error_state->CopyRealGLErrorsToWrapper(__FILE__, __LINE__, function_name)
55 error_state->PeekGLError(__FILE__, __LINE__, function_name)
58 error_state->ClearRealGLErrors(__FILE__, __LINE__, function_name)
  /external/deqp/framework/egl/
egluNativeWindow.cpp 39 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
58 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__);
64 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__);
70 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
77 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
static_assert.hpp 88 // __LINE__ macro broken when -ZI is used see Q199057
103 typedef char BOOST_JOIN(boost_static_assert_typedef_, __LINE__) \
109 BOOST_JOIN(boost_static_assert_test_, __LINE__) = ( B )); \
112 BOOST_JOIN(boost_static_assert_test_, __LINE__) >)>\
113 BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
118 BOOST_JOIN(boost_static_assert_test_, __LINE__) = \
125 BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
131 enum { BOOST_JOIN(boost_static_assert_enum_, __LINE__) \
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 133 CDBG("%s:%d] Source buffer %d", __func__, __LINE__, i);
139 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
144 CDBG("%s:%d]", __func__, __LINE__);
169 CDBG("%s:%d] Source buffer %d", __func__, __LINE__, i);
172 CDBG_ERROR("%s:%d] Error %d", __func__, __LINE__, ret);
178 CDBG("%s:%d] Dest buffer %d", __func__, __LINE__, i);
181 CDBG_ERROR("%s:%d] Error", __func__, __LINE__);
185 CDBG("%s:%d]", __func__, __LINE__);
228 CDBG_ERROR("%s:%d] OMX_GetHandle failed (%d)", __func__, __LINE__, rc);
250 CDBG("%s:%d] E", __func__, __LINE__);
    [all...]
mm_jpeg_interface.c 112 CDBG_ERROR("%s:%d] invalid parameters for job or jobId", __func__, __LINE__);
119 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
149 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
156 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
183 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
190 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
217 CDBG_ERROR("%s:%d] invalid jobId", __func__, __LINE__);
224 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
251 CDBG_ERROR("%s:%d] invalid client_hdl", __func__, __LINE__);
258 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
    [all...]
mm_jpegdec_interface.c 68 CDBG_ERROR("%s:%d] invalid parameters for job or jobId", __func__, __LINE__);
75 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
105 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
112 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
139 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
146 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
173 CDBG_ERROR("%s:%d] invalid jobId", __func__, __LINE__);
180 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
207 CDBG_ERROR("%s:%d] invalid client_hdl", __func__, __LINE__);
214 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 289 APP_DPRINT("%d: APP: waiting for %d \n",__LINE__,DesiredState);
343 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
356 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
360 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent);
372 APP_DPRINT ("%d :: App: Component State Changed To %d\n", __LINE__,state);
375 APP_DPRINT( "%d :: App: OMX_EventCmdComplete %d\n", __LINE__,eEvent);
382 __LINE__,iComp, (unsigned int)nData1);
402 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent);
405 APP_DPRINT( "%d :: App: Component OMX_EventMark = %d\n", __LINE__,eEvent);
408 APP_DPRINT( "%d :: App: Component OMX_EventPortSettingsChanged = %d\n", __LINE__,eEvent)
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 110 CDBG_ERROR("%s:%d] invalid parameters for job or jobId", __func__, __LINE__);
117 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
147 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
154 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
181 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
188 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
215 CDBG_ERROR("%s:%d] invalid jobId", __func__, __LINE__);
222 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
249 CDBG_ERROR("%s:%d] invalid client_hdl", __func__, __LINE__);
256 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 110 CDBG_ERROR("%s:%d] invalid parameters for job or jobId", __func__, __LINE__);
117 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
147 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
154 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
181 CDBG_ERROR("%s:%d] invalid client_hdl or jobId", __func__, __LINE__);
188 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
215 CDBG_ERROR("%s:%d] invalid jobId", __func__, __LINE__);
222 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
249 CDBG_ERROR("%s:%d] invalid client_hdl", __func__, __LINE__);
256 CDBG_ERROR("%s:%d] mm_jpeg is not opened yet", __func__, __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 76 G711DEC_DPRINT("OMX_G711Dec_ComponentThread:%d\n",__LINE__);
116 G711DEC_DPRINT ("%d :: Component Time Out !!!!!!!!!!!! \n",__LINE__);
118 G711DEC_DPRINT ("%d :: Error in Select\n", __LINE__);
126 G711DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
130 G711DEC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__);
142 G711DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
149 error\n",__LINE__);
152 G711DEC_DPRINT("%d :: ARM Side Resources Have Been Freed\n",__LINE__);
165 G711DEC_DPRINT("%d::Exiting ComponentThread\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 141 G722ENC_DPRINT("%d : bIsStopping = %ld\n",__LINE__,
144 G722ENC_DPRINT("%d : app_nBuf = %ld\n",__LINE__,
149 G722ENC_DPRINT ("%d :: Component stopping\n",__LINE__);
161 G722ENC_DPRINT ("%d :: Error in Select - errno = %d\n", __LINE__,errno);
170 G722ENC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
171 G722ENC_DPRINT ("%d :: pComponentPrivate = %p\n",__LINE__,pComponentPrivate);
178 error\n",__LINE__);
181 G722ENC_DPRINT("%d :: ARM Side Resources Have Been Freed\n",__LINE__);
192 __LINE__,__FUNCTION__);
206 G722ENC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 66 __func__, __LINE__);
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/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 66 __func__, __LINE__);
84 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
101 ALOGI("%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 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
218 ALOGE("%s:%d] Error cannot create object", __func__, __LINE__);
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 67 8 91011>>