Searched refs:LOG_VERBOSE (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp45 #define LOG_VERBOSE(...) ALOGV(__VA_ARGS__) macro
47 #define LOG_VERBOSE(...) macro
62 LOG_VERBOSE("FwdLockEngine Construction");
66 LOG_VERBOSE("FwdLockEngine Destruction");
111 LOG_VERBOSE("FwdLockEngine::onGetConstraints");
125 LOG_VERBOSE("FwdLockEngine::onGetMetadata");
136 LOG_VERBOSE("FwdLockEngine::onInitialize");
139 LOG_VERBOSE("FwdLockEngine::onInitialize -- FwdLockGlue_InitializeKeyEncryption succeeded");
151 LOG_VERBOSE("FwdLockEngine::onSetOnInfoListener");
157 LOG_VERBOSE("FwdLockEngin
[all...]
/frameworks/base/include/android_runtime/
H A DLog.h29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteGlobal.cpp42 ALOGV(LOG_VERBOSE, SQLITE_LOG_TAG, "(%d) %s\n", iErrCode, zMsg);
H A Dandroid_database_SQLiteConnection.cpp94 ALOG(LOG_VERBOSE, SQLITE_TRACE_TAG, "%s: \"%s\"\n",
101 ALOG(LOG_VERBOSE, SQLITE_PROFILE_TAG, "%s: \"%s\" took %0.3f ms\n",
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp60 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
61 #define IF_LOG_COMMANDS() IF_ALOG(LOG_VERBOSE, "ipc")

Completed in 165 milliseconds