OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOG_FUNCTION_NAME_EXIT
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/libtiutils/
DebugUtils.h
30
#define
LOG_FUNCTION_NAME_EXIT
ALOGV("%d: %s() EXIT", __LINE__, __FUNCTION__);
MessageQueue.h
35
#undef
LOG_FUNCTION_NAME_EXIT
37
#define
LOG_FUNCTION_NAME_EXIT
/hardware/ti/omap4xxx/test/CameraHal/
camera_test.h
6
#define
LOG_FUNCTION_NAME_EXIT
ALOGD("%d: %s() EXIT", __LINE__, __FUNCTION__);
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
97
#undef
LOG_FUNCTION_NAME_EXIT
99
#define
LOG_FUNCTION_NAME_EXIT
[
all
...]
Completed in 55 milliseconds