Searched defs:verbose (Results 1 - 25 of 46) sorted by last modified time

12

/frameworks/rs/tests/lldb/
H A Dconfig.py93 def verbose(self): member in class:Config
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java87 void enableVerboseLogging(int verbose) { argument
88 if (verbose > 0) {
H A DWifiBackupRestore.java107 * Store the dump of the backup/restore data for debugging. This is only stored when verbose
429 * Enable verbose logging.
431 * @param verbose verbosity level.
433 public void enableVerboseLogging(int verbose) { argument
434 mVerboseLoggingEnabled = (verbose > 0);
443 * Dump out the last backup/restore data if verbose logging is enabled.
H A DWifiConfigManager.java396 * Enable/disable verbose logging in WifiConfigManager & its helper classes.
398 public void enableVerboseLogging(int verbose) { argument
399 if (verbose > 0) {
H A DWifiConfigStore.java220 * Enable verbose logging.
222 public void enableVerboseLogging(boolean verbose) { argument
223 mVerboseLoggingEnabled = verbose;
H A DWifiCountryCode.java68 * Enable verbose logging for WifiCountryCode.
70 public void enableVerboseLogging(int verbose) { argument
71 if (verbose > 0) {
H A DWifiDiagnostics.java649 ArrayList<WifiNative.FateReport> fates, boolean verbose) {
666 if (verbose) {
667 // Important: only print Personally Identifiable Information (PII) if verbose
674 if (verbose) {
648 dumpPacketFatesInternal(PrintWriter pw, String description, ArrayList<WifiNative.FateReport> fates, boolean verbose) argument
H A DWifiKeyStore.java56 * Enable verbose logging.
58 void enableVerboseLogging(boolean verbose) { argument
59 mVerboseLoggingEnabled = verbose;
H A DWifiLastResortWatchdog.java464 protected void enableVerboseLogging(int verbose) { argument
465 if (verbose > 0) {
H A DWifiLockManager.java277 protected void enableVerboseLogging(int verbose) { argument
278 if (verbose > 0) {
H A DWifiMonitor.java115 void enableVerboseLogging(int verbose) { argument
116 if (verbose > 0) {
H A DWifiMulticastLockManager.java109 protected void enableVerboseLogging(int verbose) { argument
110 if (verbose > 0) {
H A DWifiNative.java82 * Enable verbose logging for all sub modules.
84 public void enableVerboseLogging(int verbose) { argument
85 mWificondControl.enableVerboseLogging(verbose > 0 ? true : false);
86 mSupplicantStaIfaceHal.enableVerboseLogging(verbose > 0);
87 mWifiVendorHal.enableVerboseLogging(verbose > 0);
272 * @param turnOnVerbose Whether to turn on verbose logging or not.
H A DWifiServiceImpl.java2312 public void enableVerboseLogging(int verbose) { argument
2314 mLog.trace("enableVerboseLogging uid=% verbose=%")
2316 .c(verbose).flush();
2318 mContext, Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, verbose);
2319 enableVerboseLoggingInternal(verbose);
2322 void enableVerboseLoggingInternal(int verbose) { argument
2323 mWifiStateMachine.enableVerboseLogging(verbose);
2324 mWifiLockManager.enableVerboseLogging(verbose);
2325 mWifiMulticastLockManager.enableVerboseLogging(verbose);
2326 mWifiInjector.getWifiLastResortWatchdog().enableVerboseLogging(verbose);
[all...]
H A DWifiStateMachine.java1183 * @param verbose int logging level to use
1185 public void enableVerboseLogging(int verbose) { argument
1186 if (verbose > 0) {
1196 mCountryCode.enableVerboseLogging(verbose);
1199 mWifiMonitor.enableVerboseLogging(verbose);
1200 mWifiNative.enableVerboseLogging(verbose);
1201 mWifiConfigManager.enableVerboseLogging(verbose);
1202 mSupplicantStateTracker.enableVerboseLogging(verbose);
H A DWifiTrafficPoller.java114 void enableVerboseLogging(int verbose) { argument
115 if (verbose > 0) {
H A DWifiVendorHal.java102 * Enables or disables verbose logging
104 * @param verbose - with the obvious interpretation
106 public void enableVerboseLogging(boolean verbose) { argument
108 if (verbose) {
110 enter("verbose=true").flush();
112 enter("verbose=false").flush();
147 // Currently only seen if verbose logging is on
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java90 void enableVerboseLogging(int verbose) { argument
91 if (verbose > 0) {
H A DWifiP2pNative.java46 * Enable verbose logging for all sub modules.
48 public void enableVerboseLogging(int verbose) { argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiDiagnosticsTest.java267 * Verifies that, when verbose mode is not enabled, startLogging() calls
278 * Verifies that, when verbose mode is enabled, startLogging() calls
298 * Verifies that, when verbose mode is not enabled,
312 * Verifies that, when verbose mode is enabled, reportConnectionFailure() fetches packet fates.
435 private String getDumpString(boolean verbose) { argument
436 mWifiDiagnostics.startLogging(verbose);
437 mWifiNative.enableVerboseLogging(verbose ? 1 : 0);
474 * Verifies that dump() shows both TX, and RX fates in only table form, when verbose
491 * Verifies that dump() shows both TX, and RX fates in table and verbose forms, when verbose
[all...]
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp53 int verbose = 0; variable
85 if (!verbose) return;
129 if (verbose) {
442 verbose = 1;
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp172 bool verbose = false; member in struct:Options
185 const char kOptionVerbose[] = "verbose";
991 std::cout << "\t--verbose : Use verbose messages." << std::endl;
1028 ProgramOptions.verbose = true;
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp25 -v - verbose
137 static bool verbose = defaultVerbose; variable
248 verbose = true;
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
384 if (verbose) {
392 if (verbose) {hwcTestDisplayListHandles(list); }
417 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcCommit.cpp310 static bool verbose = defaultVerbose; variable
376 verbose = true;
825 bool origVerbose = verbose; // Temporarily turn off verbose
826 verbose = false;
848 verbose = origVerbose;
876 bool origVerbose = verbose; // Temporarily turn off verbose
877 verbose = false;
897 verbose
[all...]
H A DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
225 verbose = true;
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
331 if (verbose) {
340 if (verbose) {testPrintI("Set:"); }
341 if (verbose) { hwcTestDisplayListHandles(list); }
518 if (verbose) {
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);

Completed in 326 milliseconds

12