Searched refs:verbose (Results 51 - 68 of 68) sorted by relevance

123

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
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 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 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 DWifiConfigManager.java396 * Enable/disable verbose logging in WifiConfigManager & its helper classes.
398 public void enableVerboseLogging(int verbose) { argument
399 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 DWifiP2pNative.java46 * Enable verbose logging for all sub modules.
48 public void enableVerboseLogging(int verbose) { argument
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTestBase.java441 public void verbose(String msgFormat, Object... args) {
468 public void verbose(@NonNull String msgFormat, Object... args) {
/frameworks/wilhelm/src/
H A DAndroid.mk56 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h102 int8_t verbose() const { return m_Verbose; } function in class:mcld::GeneralOptions::HashStyle
341 int8_t m_Verbose; // --verbose[=0,1,2]
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py284 ('verbose', truthy),
298 level=logging.INFO if not args.verbose else logging.DEBUG,
/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/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/base/tools/aapt2/cmd/
H A DLink.cpp1838 bool verbose = false; local
1968 .OptionalSwitch("-v", "Enables verbose logging.", &verbose);
2003 if (verbose) {
2004 context.SetVerbose(verbose);
/frameworks/compile/slang/
H A Dslang.cpp471 BCAccessorContext.verbose = false;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java3368 * Set wifi verbose log. Called from developer settings.
3371 public void enableVerboseLogging (int verbose) { argument
3373 mService.enableVerboseLogging(verbose);
3381 * Get the WiFi verbose logging level.This is used by settings
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy47 %error-verbose
/frameworks/base/core/java/android/os/
H A DBatteryStats.java5304 boolean verbose) {
5359 if (verbose) {
5303 printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, boolean verbose) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2776 milliseconds

123