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

  /system/bt/osi/include/
log.h 32 #define LOG_VERBOSE(...) LOGWRAPPER(__VA_ARGS__)
43 #define LOG_VERBOSE(...) ((void)0)
45 #define LOG_VERBOSE(tag, fmt, args...) ALOG(LOG_VERBOSE, tag, fmt, ## args)
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 35 #define LOG_VERBOSE(x...) ALOGD(x)
37 #define LOG_VERBOSE(x...)
216 LOG_VERBOSE(
220 LOG_VERBOSE("Property %08x was updated: uid=%d access=%d\n",
VehicleNetworkService.cpp 37 #define LOG_VERBOSE(x...) ALOGD(x)
39 #define LOG_VERBOSE(x...)
637 LOG_VERBOSE("subscribe, binder 0x%x prop 0x%x", ibinder.get(), prop);
670 LOG_VERBOSE("subscribe to internal property, prop 0x%x", prop);
683 LOG_VERBOSE("subscribe to HAL, prop 0x%x sample rate:%f zones:0x%x", prop, sampleRate,
704 LOG_VERBOSE("unsubscribe, binder 0x%x, prop 0x%x", ibinder.get(), prop);
713 LOG_VERBOSE("unsubscribe to internal property, prop 0x%x", prop);
749 LOG_VERBOSE("add binder 0x%x to map", ibinder.get());
    [all...]
  /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/libweave/third_party/chromium/base/
logging.h 272 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
  /system/extras/perfprofd/quipper/base/
logging.h 131 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
  /external/libchrome/base/
logging.h 318 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 783 milliseconds