/packages/modules/Wifi/service/ |
D | wifi.rc | 30 mkdir /sys/kernel/debug/tracing/instances/wifi 711 31 restorecon_recursive /sys/kernel/debug/tracing/instances/wifi 32 write /sys/kernel/debug/tracing/instances/wifi/tracing_on 0 33 write /sys/kernel/debug/tracing/instances/wifi/buffer_size_kb 1 34 write /sys/kernel/debug/tracing/instances/wifi/trace_options disable_on_free 44 # /sys/kernel/debug/tracing/instances/wifi/tracing_on. 46 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/cfg80211_gtk_rekey_notify/enable 1 47 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_add_key/enable 1 48 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_assoc/enable 1 49 write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_auth/enable 1 [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpBipObexServer.java | 100 debug("onConnect"); in onConnect() 103 debug("onConnect - uuid=" + Arrays.toString(uuid)); in onConnect() 115 debug("onConnect - Successful"); in onConnect() 124 debug("onDisconnect"); in onDisconnect() 132 debug("onGet"); in onGet() 176 debug("Connection closed"); in onClose() 204 debug("Received GetImageThumbnail(handle='" + imageHandle + "')"); in handleGetImageThumbnail() 212 debug("Received GetImageThumbnail with an invalid image handle"); in handleGetImageThumbnail() 236 debug("Received GetImageProperties(handle='" + imageHandle + "')"); in handleGetImageProperties() 244 debug("Received GetImageProperties with an invalid image handle"); in handleGetImageProperties() [all …]
|
D | AvrcpCoverArtService.java | 78 debug("Starting service"); in start() 93 debug("Stopping service"); in stop() 106 debug("Starting BIP OBEX server"); in startBipServer() 115 debug("Service started, psm=" + mServerSockets.getL2capPsm()); in startBipServer() 121 debug("Stopping BIP OBEX server"); in stopBipServer() 149 debug("storeImage(image='" + image + "')"); in storeImage() 158 debug("getImage(" + imageHandle + ")"); in getImage() 166 debug("Add our PSM (" + psm + ") to the AVRCP Target SDP record"); in registerBipServer() 175 debug("Remove the PSM remove the AVRCP Target SDP record"); in unregisterBipServer() 187 debug("Connect '" + device + "'"); in connect() [all …]
|
D | AvrcpCoverArtStorage.java | 68 debug("storeImage(CoverArt='" + coverArt + "')"); in storeImage() 70 debug("Received a null image"); in storeImage() 83 debug("Already have image of hash '" + hash + "'"); in storeImage() 85 debug("Sending back existing handle '" + imageHandle + "'"); in storeImage() 88 debug("Got a new image, hash='" + hash + "'"); in storeImage() 96 debug("Image " + coverArt + " stored at handle '" + imageHandle + "'"); in storeImage() 111 debug("getImage(" + imageHandle + ")"); in getImage() 115 debug("Image handle '" + imageHandle + "' -> " + coverArt); in getImage() 141 debug("Evicting '" + imageHandle + "' -> " + coverArt); in trimToSize() 166 debug("Allocated handle " + mNextImageHandle + " --> '" + handle + "'"); in getNextImageHandle() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpBipClient.java | 148 debug("Refresh client session"); in refreshSession() 166 debug("Shutdown client"); in shutdown() 248 debug("Connect using psm: " + mPsm); in connect() 270 debug("Connection established"); in connect() 290 debug("Disconnected from OBEX session"); in refreshObexSession() 307 debug("Reconnection established"); in refreshObexSession() 329 debug("Disconnected from OBEX session"); in disconnect() 338 debug("Closed underlying session, transport and socket"); in disconnect() 361 debug("Completed request - " + request.toString()); in executeRequest() 374 debug("Notifying caller of request complete - " + request.toString()); in notifyCaller() [all …]
|
D | AvrcpCoverArtStorage.java | 88 debug("Storing image '" + imageUuid + "' from device " + device); in addImage() 90 debug("Cannot store image. Improper aruguments"); in addImage() 107 debug("Image '" + imageUuid + "' stored for device '" + device.getAddress() + "'"); in addImage() 118 debug("Removing image '" + imageUuid + "' from device " + device); in removeImage() 131 debug("Image '" + imageUuid + "' removed for device '" + device.getAddress() + "'"); in removeImage() 141 debug("Remove cover art for device " + device.getAddress()); in removeImagesForDevice() 149 debug("Clearing all images"); in clear() 167 private void debug(String msg) { in debug() method in AvrcpCoverArtStorage
|
D | AvrcpCoverArtProvider.java | 72 debug("getImageUri -> " + uri.toString()); in getImageUri() 79 debug("Failed to get service, cover art not available"); in getImage() 85 debug("Failed to get cover art manager. Cover art may not be enabled."); in getImage() 93 debug("getImageDescriptor(" + device + ", " + imageUuid + ")"); in getImageDescriptor() 96 debug("Could not get requested image"); in getImageDescriptor() 120 debug("openFile(" + uri + ", '" + mode + "')"); in openFile() 141 debug("Failed to create inputstream from Bitmap"); in openFile() 179 private static void debug(String msg) { in debug() method in AvrcpCoverArtProvider
|
D | AvrcpCoverArtManager.java | 159 debug("Connect " + device.getAddress() + ", psm: " + psm); in connect() 174 debug("Refresh OBEX session for " + device.getAddress()); in refreshSession() 191 debug("Disconnect " + device.getAddress()); in disconnect() 210 debug("Clean up and shutdown"); in cleanup() 301 debug("Download Image - device: " + device.getAddress() + ", Handle: " + imageUuid); in downloadImage() 310 debug("Image is already downloaded"); in downloadImage() 410 debug(mDevice.getAddress() + ": " + oldState + " -> " + newState); in onConnectionStateChanged() 423 debug("Disconnect was not expected by us. Attempt to reconnect."); in onConnectionStateChanged() 438 debug(mDevice.getAddress() + ": Download image - handle='" + imageHandle + "'"); in onGetImagePropertiesComplete() 457 debug(mDevice.getAddress() + ": Received image data for handle: " + imageHandle in onGetImageComplete() [all …]
|
/packages/modules/DnsResolver/ |
D | doh.rs | 22 use log::{debug, error, info, warn}; 92 debug!("connecting to {:} from {:}", sock_addr, udp_sk.local_addr()?); in make_doh_udp_socket() 127 debug!( in new_with_socket() 154 debug!("doh_handler: url={:?}", url); in doh_handler() 170 debug!("recv {:?} ", size); in doh_handler() 180 debug!("processed {} bytes", processed); in doh_handler() 189 debug!("recv {:?}", cmd); in doh_handler() 194 debug!("quic connection timeout"); in doh_handler() 298 debug!("quiche::h3::Event::Data"); in recv_query() 314 debug!("quiche::h3::Event::Finished"); in recv_query() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarConfidenceChecker.java | 141 debug("checkLastCheckTime: Last check time not set."); in checkLastCheckTime() 144 debug("checkLastCheckTime: unlockTime=0."); // This shouldn't happen though. in checkLastCheckTime() 149 debug("checkLastCheckTime: nowRealtime okay."); in checkLastCheckTime() 152 debug("checkLastCheckTime: nowRealtime too old"); in checkLastCheckTime() 157 debug("checkLastCheckTime: Last WTF recent, skipping check."); in checkLastCheckTime() 162 debug("checkLastCheckTime: Last check was recent, okay."); in checkLastCheckTime() 181 void debug(String message) { in debug() method in CalendarConfidenceChecker
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | visualize_random_graph.sh | 32 DUMPSPEC=$(adb shell getprop debug.nn.fuzzer.dumpspec) 33 LOGLEVEL=$(adb shell getprop debug.nn.fuzzer.log) 44 adb shell setprop debug.nn.fuzzer.dumpspec 1 45 adb shell setprop debug.nn.fuzzer.log silence 52 adb shell setprop debug.nn.fuzzer.dumpspec $DUMPSPEC 53 adb shell setprop debug.nn.fuzzer.log $LOGLEVEL
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/ |
D | CoverArt.java | 116 debug("GetImage(native)"); in getImage() 129 debug("GetImage(descriptor=" + descriptor); in getImage() 148 debug("isDescriptorValid(descriptor=" + descriptor + ")"); in isDescriptorValid() 164 debug("GetImageThumbnail()"); in getThumbnail() 177 debug("GetImageProperties()"); in getImageProperties() 213 private void debug(String msg) { in debug() method in CoverArt
|
/packages/modules/ArtPrebuilt/ |
D | Android.bp | 6 name: "com.android.art.debug", 9 src: "com.android.art.debug-arm.apex", 12 src: "com.android.art.debug-arm64.apex", 15 src: "com.android.art.debug-x86.apex", 18 src: "com.android.art.debug-x86_64.apex",
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipRequest.java | 73 debug("Exeucting GET"); in executeGet() 91 debug("GET final response code is '" + mResponseCode + "'"); in executeGet() 98 debug("Exeucting PUT"); in executePut() 115 debug("PUT final response code is '" + mResponseCode + "'"); in executePut() 168 protected void debug(String msg) { in debug() method in BipRequest
|
D | RequestGetImageProperties.java | 42 debug("GetImageProperties - handle: " + mImageHandle); in RequestGetImageProperties() 62 debug("Response GetImageProperties - handle: " + mImageHandle + ", properties: " in readResponse()
|
D | RequestGetImage.java | 45 debug("GetImage - handle: " + mImageHandle + ", descriptor: " + mImageDescriptor); in RequestGetImage() 69 debug("Response GetImage - handle:" + mImageHandle + ", image: " + mImage); in readResponse()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_pan.cpp | 29 #define debug(fmt, ...) \ macro 62 debug("state:%d, local_role:%d, ifname:%s", state, local_role, ifname); in control_state_callback() 80 debug("state:%d, local_role:%d, remote_role:%d", state, local_role, in connection_state_callback() 115 debug("pan"); in initializeNative() 177 debug("in"); in connectPanNative()
|
/packages/services/Telecomm/scripts/ |
D | telecom_testing.sh | 22 local debug=false 37 debug=true;; 118 if [ $debug = true ] ; then
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | ActivityBlockingActivity.java | 356 StringBuilder debug = new StringBuilder(); in getDebugInfo() local 359 debug.append("Blocked activity is ") in getDebugInfo() 368 debug.append("\n\nRoot activity is ").append(root.getShortClassName()); in getDebugInfo() 371 debug.append("\nRoot activity package is ").append(root.getPackageName()); in getDebugInfo() 374 return debug.toString(); in getDebugInfo()
|
/packages/services/Car/tools/emulator/ |
D | vhal_emulator_test.py | 176 self._log.debug(" Getting config for propId=0x%X", cfg.prop) 190 self._log.debug(" Testing bad propId=0x%X", prop) 231 self._log.debug(" Testing propId=0x%X, area=0x%X", cfg.prop, area) 276 self._log.debug(" Testing bad propId=0x%X", prop) 291 self._log.debug(" Testing bad propId=0x%X", prop)
|
/packages/inputmethods/LatinIME/ |
D | build.gradle | 36 signingConfig signingConfigs.debug 40 debug { 46 debug {
|
/packages/modules/GeoTZ/data_pipeline/ |
D | Android.bp | 112 // A library containing debug tooling. See java_binary_host definitions below for details. 115 srcs: ["src/debug/java/**/*.java"], 121 // Dev / debug tool: Prints basic stats about TzS2Range files. See the Java class for details. 128 // Dev / debug tool: Prints basic stats about TzS2CellUnion files. See the Java class for details.
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
D | Logger.java | 17 package com.android.camera.debug; 19 import com.android.camera.debug.Log.Tag;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/stats/ |
D | PreviewFpsListener.java | 21 import com.android.camera.debug.Log; 22 import com.android.camera.debug.Log.Tag;
|
/packages/apps/Camera2/src/com/android/camera/device/ |
D | ActiveCameraDeviceTracker.java | 19 import com.android.camera.debug.Log; 20 import com.android.camera.debug.Log.Tag;
|