OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF_ALOG
(Results
1 - 5
of
5
) sorted by null
/frameworks/ex/framesequence/jni/utils/
log.h
142
#define IF_ALOGV()
IF_ALOG
(LOG_VERBOSE, LOG_TAG)
151
#define IF_ALOGD()
IF_ALOG
(LOG_DEBUG, LOG_TAG)
159
#define IF_ALOGI()
IF_ALOG
(LOG_INFO, LOG_TAG)
167
#define IF_ALOGW()
IF_ALOG
(LOG_WARN, LOG_TAG)
175
#define IF_ALOGE()
IF_ALOG
(LOG_ERROR, LOG_TAG)
265
#ifndef
IF_ALOG
266
#define
IF_ALOG
(priority, tag) \
/system/core/liblog/include/log/
log_main.h
259
#define IF_ALOGV()
IF_ALOG
(LOG_VERBOSE, LOG_TAG)
268
#define IF_ALOGD()
IF_ALOG
(LOG_DEBUG, LOG_TAG)
276
#define IF_ALOGI()
IF_ALOG
(LOG_INFO, LOG_TAG)
284
#define IF_ALOGW()
IF_ALOG
(LOG_WARN, LOG_TAG)
292
#define IF_ALOGE()
IF_ALOG
(LOG_ERROR, LOG_TAG)
312
#ifndef
IF_ALOG
313
#define
IF_ALOG
(priority, tag) if (android_testLog(ANDROID_##priority, tag))
319
*
IF_ALOG
uses android_testLog, but
IF_ALOG
can be overridden.
323
*
IF_ALOG
as a convenient means to reimplement their polic
[
all
...]
/frameworks/base/libs/androidfw/include/androidfw/
CursorWindow.h
35
#define IF_LOG_WINDOW()
IF_ALOG
(LOG_DEBUG, "CursorWindow")
/frameworks/native/libs/binder/
IPCThreadState.cpp
55
#define IF_LOG_TRANSACTIONS()
IF_ALOG
(LOG_VERBOSE, "transact")
56
#define IF_LOG_COMMANDS()
IF_ALOG
(LOG_VERBOSE, "ipc")
58
#define IF_LOG_REMOTEREFS()
IF_ALOG
(LOG_DEBUG, "remoterefs")
[
all
...]
/system/libhwbinder/
IPCThreadState.cpp
54
#define IF_LOG_TRANSACTIONS()
IF_ALOG
(LOG_VERBOSE, "transact")
55
#define IF_LOG_COMMANDS()
IF_ALOG
(LOG_VERBOSE, "ipc")
57
#define IF_LOG_REMOTEREFS()
IF_ALOG
(LOG_DEBUG, "remoterefs")
[
all
...]
Completed in 3999 milliseconds