Searched refs:__FUNCTION__ (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/hardware/ti/omap4xxx/libtiutils/
H A DDebugUtils.h23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
27 #define DBGUTILS_LOGEA(str) ALOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__);
28 #define DBGUTILS_LOGEB(str, ...) ALOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_ARGS__);
29 #define LOG_FUNCTION_NAME ALOGV("%d: %s() ENTER", __LINE__, __FUNCTION__);
30 #define LOG_FUNCTION_NAME_EXIT ALOGV("%d: %s() EXIT", __LINE__, __FUNCTION__);
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlinclude.h25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlinclude.h37 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
38 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
44 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
45 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
48 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlinclude.h25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlinclude.h25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
/hardware/qcom/gps/msm8960/utils/
H A Dmsg_q.c96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGD("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
[all...]
/hardware/qcom/gps/utils/
H A Dmsg_q.c96 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
104 LOC_LOGE("%s: Unable to allocate space for message queue!\n", __FUNCTION__);
110 LOC_LOGE("%s: Unable to initialize storage list!\n", __FUNCTION__);
117 LOC_LOGE("%s: Unable to initialize list mutex!\n", __FUNCTION__);
125 LOC_LOGE("%s: Unable to initialize msg q cond var!\n", __FUNCTION__);
162 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
190 LOC_LOGE("%s: Invalid msg_q_data parameter!\n", __FUNCTION__);
195 LOC_LOGE("%s: Invalid msg_obj parameter!\n", __FUNCTION__);
202 LOC_LOGD("%s: Sending message with handle = 0x%p\n", __FUNCTION__, msg_obj);
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
[all...]
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.cpp47 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
53 __FUNCTION__, idleSleepTime);
61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
94 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
107 __FUNCTION__, len);
115 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
120 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
124 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
[all...]
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.cpp47 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
53 __FUNCTION__, idleSleepTime);
61 __FUNCTION__, IDLE_NOTIFY_PATH, strerror(errno));
69 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
80 __FUNCTION__, IDLE_TIME_PATH, strerror(errno));
94 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
107 __FUNCTION__, len);
115 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
120 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
124 ALOGD_IF(II_DEBUG, "IdleInvalidator::%s", __FUNCTION__);
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
H A Ddebug.h26 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Ddebug.h38 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
56 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
63 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dtrace_conf.h7 #define LOGD(fmt_str, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "[%s:%d] "fmt_str, __FUNCTION__, __LINE__, ##__VA_ARGS__)
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_DebugMem.h34 #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/
H A DOMX_DebugMem.h58 #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/
H A DOMX_DebugMem.h58 #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/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.c29 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
35 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
41 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
46 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
51 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
57 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
64 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
/hardware/qcom/display/msm8960/libgenlock/
H A Dgenlock.cpp57 __FUNCTION__, lockType);
71 ALOGE("%s: handle is invalid", __FUNCTION__);
80 "or has not been attached", __FUNCTION__);
93 "err=%s fd=%d)", __FUNCTION__,
104 ,__FUNCTION__, lockType, strerror(errno), hnd->fd);
142 ALOGE("%s: handle is invalid", __FUNCTION__);
151 ALOGE("%s: open genlock device failed (err=%s)", __FUNCTION__,
159 ALOGE("%s: GENLOCK_IOC_NEW failed (error=%s)", __FUNCTION__,
168 ALOGE("%s: GENLOCK_IOC_EXPORT failed (error=%s)", __FUNCTION__,
197 ALOGE("%s: handle is invalid", __FUNCTION__);
[all...]
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.c85 ALOGE("%s: Device file is not opened.", __FUNCTION__);
89 ALOGE("%s: Tx size is too large.", __FUNCTION__);
138 ALOGE("%s: Device file is not opened.", __FUNCTION__);
142 ALOGE("%s: Rx size is too large.", __FUNCTION__);
180 ALOGE("%s: Device file is not opened.", __FUNCTION__);
203 ALOGE("%s: Device file is not opened.", __FUNCTION__);
216 ALOGE("%s: Device file is not opened.", __FUNCTION__);
231 ALOGE("%s: Device file is not opened.", __FUNCTION__);
251 ALOGE("%s: Device file is not opened.", __FUNCTION__);
272 ALOGE("%s: Device file is not opened.\n", __FUNCTION__);
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Log.h66 #define FunctionIn() _Exynos_OSAL_Log(EXYNOS_LOG_TRACE, EXYNOS_LOG_TAG, "%s In , Line: %d", __FUNCTION__, __LINE__)
67 #define FunctionOut() _Exynos_OSAL_Log(EXYNOS_LOG_TRACE, EXYNOS_LOG_TAG, "%s Out , Line: %d", __FUNCTION__, __LINE__)
/hardware/intel/img/psb_video/src/
H A Dtng_trace.c185 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__);
190 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
198 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping reconstructed buf\n", __FUNCTION__);
225 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__);
230 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
238 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping colocated buf\n", __FUNCTION__);
265 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__);
270 drv_debug_msg(VIDEO_DEBUG_ERROR,"%s data pointer is NULL\n", __FUNCTION__);
278 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping apMV buf\n", __FUNCTION__);
305 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__);
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DQService.cpp72 ALOGD_IF(QSERVICE_DEBUG, "%s: HDMI hotplug", __FUNCTION__);
75 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
81 ALOGD_IF(QSERVICE_DEBUG, "%s: CEC message received", __FUNCTION__);
84 ALOGE("%s: Failed to get a valid HDMI client", __FUNCTION__);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp132 ALOGE("%s:S_FMT, Out of bound : Number of element plane",__FUNCTION__);
139 ALOGE("%s: exynos_v4l2_s_fmt fail (%d)",__FUNCTION__, ret);
157 ALOGE("%s: VIDIOC_REQBUFS (fd:%d) failed (%d)",__FUNCTION__,node->fd, ret);
183 ALOGE("%s: cam_int_qbuf failed (index:%d)(ret:%d)",__FUNCTION__, index, ret);
197 ALOGE("%s: VIDIOC_STREAMON failed [%d] (%d)",__FUNCTION__, node->fd,ret);
214 ALOGE("%s: VIDIOC_STREAMOFF failed (%d)",__FUNCTION__, ret);
228 ALOGE("%s: VIDIOC_STREAMOFF failed (%d)",__FUNCTION__, ret);
246 ALOGE("%s: VIDIOC_DQBUF failed (%d)",__FUNCTION__, ret);
264 ALOGE("%s: VIDIOC_DQBUF failed (%d)",__FUNCTION__, ret);
275 ALOGE("%s: VIDIOC_S_INPUT failed (%d)",__FUNCTION__, re
[all...]
H A DSignalDrivenThread.cpp80 ALOGV("DEBUG(%s):Setting Signal (%x)", __FUNCTION__, signal);
83 ALOGV("DEBUG(%s):Signal Set (%x) - prev(%x)", __FUNCTION__, signal, m_receivedSignal);
95 ALOGV("DEBUG(%s): Signal (%x)", __FUNCTION__, m_processingSignal);
123 ALOGV("DEBUG(%s):Waiting Signal", __FUNCTION__);
132 ALOGV("DEBUG(%s):Got Signal (%x)", __FUNCTION__, m_processingSignal);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_uevents.cpp78 __FUNCTION__);
132 "hotplug event for wfd display", __FUNCTION__);
143 "%s: Waiting for wfd-teardown to be signalled",__FUNCTION__);
147 __FUNCTION__);
161 ALOGD_IF(UEVENT_DEBUG, "%s: Not disp Event ", __FUNCTION__);
168 __FUNCTION__,udata, switch_state);
176 "for display: %d", __FUNCTION__, dpy);
196 "event", __FUNCTION__);
209 "for display: %d", __FUNCTION__, dpy);
276 "hotplug event", __FUNCTION__);
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_uevents.cpp78 __FUNCTION__);
132 "hotplug event for wfd display", __FUNCTION__);
144 "%s: Waiting for wfd-teardown to be signalled",__FUNCTION__);
148 __FUNCTION__);
170 ALOGD_IF(UEVENT_DEBUG, "%s: Not disp Event ", __FUNCTION__);
177 __FUNCTION__,udata, switch_state);
185 "for display: %d", __FUNCTION__, dpy);
205 "event", __FUNCTION__);
217 "for display: %d", __FUNCTION__, dpy);
284 "hotplug event", __FUNCTION__);
[all...]

Completed in 909 milliseconds

1234567891011>>