HomeSort by relevance Sort by last modified time
    Searched refs:LOG_VERBOSE (Results 1 - 12 of 12) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 45 #define LOG_VERBOSE(...) ALOGV(__VA_ARGS__)
47 #define LOG_VERBOSE(...)
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");
153 LOG_VERBOSE("FwdLockEngine::onSetOnInfoListener");
159 LOG_VERBOSE("FwdLockEngine::onTerminate")
    [all...]
  /external/conscrypt/common/src/jni/main/include/conscrypt/
logging.h 34 #define CONSCRYPT_LOG_VERBOSE(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
50 #define CONSCRYPT_LOG_VERBOSE(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
  /external/libese/libese/include/ese/
log.h 45 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /device/generic/goldfish-opengl/fuchsia/include/cutils/
log.h 41 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 53 osLog(LOG_VERBOSE, "%s " fmt, "[VSYNC]", ##__VA_ARGS__); \
  /external/libchrome/base/metrics/
statistics_recorder_unittest.cc 625 logging::SetMinLogLevel(logging::LOG_VERBOSE);
633 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /device/google/contexthub/firmware/os/inc/
seos.h 306 LOG_VERBOSE = 'V',
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 79 #define VERBOSE_PRINT(fmt, ...) osLog(LOG_VERBOSE, "[DoubleTouch] " fmt, ##__VA_ARGS__)
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 38 osLog(LOG_VERBOSE, LOG_TAG " " fmt, ##__VA_ARGS__); \
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 143 osLog(LOG_VERBOSE, "[Rohm RPR-0521] " fmt, ##__VA_ARGS__); \
  /external/libchrome/base/
logging.h 338 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 76 osLog(LOG_VERBOSE, "%s " fmt, "[BMI160]", ##__VA_ARGS__); \
    [all...]

Completed in 491 milliseconds