/packages/modules/DnsResolver/ |
D | DnsTlsSocket.cpp | 72 LOG(DEBUG) << mMark << " connecting TCP socket"; in tcpConnect() 108 LOG(DEBUG) << "Socket failed to connect"; in tcpConnect() 227 LOG(DEBUG) << "Setting session"; in sslConnect() 230 LOG(DEBUG) << "No session available"; in sslConnect() 234 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect() 236 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect() 267 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect() 281 LOG(DEBUG) << mMark << " Writing " << buffer.size() << " bytes"; in sslWrite() 298 LOG(DEBUG) << "SSL_write error " << ssl_err; in sslWrite() 303 LOG(DEBUG) << mMark << " Wrote " << buffer.size() << " bytes"; in sslWrite() [all …]
|
D | DnsTlsTransport.cpp | 47 LOG(DEBUG) << "No socket for query. Opening socket and sending."; in query() 71 LOG(DEBUG) << "Constructing new socket"; in doConnect() 77 LOG(DEBUG) << "Initialization succeeded. Reissuing " << queries.size() << " queries."; in doConnect() 84 LOG(DEBUG) << "Initialization failed."; in doConnect() 86 LOG(DEBUG) << "Failing all pending queries."; in doConnect() 123 LOG(DEBUG) << "Fast reconnect to retry remaining queries"; in doReconnect() 126 LOG(DEBUG) << "No pending queries. Going idle."; in doReconnect() 132 LOG(DEBUG) << "Destructor"; in ~DnsTlsTransport() 135 LOG(DEBUG) << "Locked destruction procedure"; in ~DnsTlsTransport() 143 LOG(DEBUG) << "Waiting for reconnect thread to terminate"; in ~DnsTlsTransport() [all …]
|
D | res_send.cpp | 425 LOG(DEBUG) << __func__; in res_nsend() 475 LOG(DEBUG) << __func__ << ": got answer from DoT"; in res_nsend() 532 LOG(DEBUG) << __func__ << ": Querying server (# " << ns + 1 in res_nsend() 616 LOG(DEBUG) << __func__ << ": got answer:"; in res_nsend() 709 PLOG(DEBUG) << __func__ << ": socket(vc): "; in send_vc() 725 PLOG(DEBUG) << __func__ << ": setsockopt: "; in send_vc() 765 PLOG(DEBUG) << __func__ << ": write failed: "; in send_vc() 781 PLOG(DEBUG) << __func__ << ": read failed: "; in send_vc() 800 LOG(DEBUG) << __func__ << ": response truncated"; in send_vc() 809 LOG(DEBUG) << __func__ << ": undersized: " << len; in send_vc() [all …]
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | BleManager.java | 100 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising() 120 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer() 149 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally() 168 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopAdvertising() 186 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyCharacteristicChanged() 232 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopGattServer() 301 if (Log.isLoggable(TAG, Log.DEBUG)) { 320 if (Log.isLoggable(TAG, Log.DEBUG)) { 329 if (Log.isLoggable(TAG, Log.DEBUG)) { 342 if (Log.isLoggable(TAG, Log.DEBUG)) { [all …]
|
D | CarBleTrustAgent.java | 61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate() 87 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy() 101 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 108 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked() 121 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceUnlocked() 135 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable() 141 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable() 151 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved() 165 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenStateReceived() 178 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded() [all …]
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperationService.java | 19 import static com.android.documentsui.base.SharedMinimal.DEBUG; 166 if (DEBUG) { in onCreate() 184 if (DEBUG) { in onDestroy() 202 if (DEBUG) { in onDestroy() 215 if (DEBUG) { in onStartCommand() 251 if (DEBUG) { in handleOperation() 275 if (DEBUG) { in handleCancel() 316 if (DEBUG) { in deleteJob() 339 if (DEBUG) { in shutdown() 348 if (DEBUG) { in shutdown() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunDiscover.java | 40 private static final boolean DEBUG = false; field in HdHomeRunDiscover 77 if (DEBUG) { in findDevices() 131 if (DEBUG) Log.d(TAG, "Cannot create socket: " + HdHomeRunUtils.getIpString(localIp)); in addSocket() 146 if (DEBUG) { in resetLocalIpSockets() 210 if (DEBUG) Log.d(TAG, "Send: " + HdHomeRunUtils.getIpString(targetIp)); in sendWildcardIp() 216 if (DEBUG) Log.d(TAG, "Send: " + HdHomeRunUtils.getIpString(0xFFFFFFFF)); in sendWildcardIp() 335 if (DEBUG) { in send() 340 if (DEBUG) { in send() 357 if (DEBUG) Log.d(TAG, "Received packet, size: " + packet.getLength()); in receive() 359 if (DEBUG) { in receive() [all …]
|
D | HdHomeRunControlSocket.java | 38 private static final boolean DEBUG = false; field in HdHomeRunControlSocket 73 if (DEBUG) Log.d(TAG, "Cannot get result for " + name); in get() 110 if (DEBUG) Log.d(TAG, "Desired ID and IP cannot be both zero."); in connectAndUpdateDeviceInfo() 114 if (DEBUG) Log.d(TAG, "IP cannot be multicast IP."); in connectAndUpdateDeviceInfo() 126 if (DEBUG) Log.d(TAG, "Cannot find device on: " + mDesiredDeviceIp); in connectAndUpdateDeviceInfo() 141 if (DEBUG) Log.d(TAG, "Cannot connect to socket: " + mSocket); in connectAndUpdateDeviceInfo() 165 if (DEBUG) Log.d(TAG, "Returned type incorrect: " + receivedData.first); in sendAndReceive() 180 if (DEBUG) Log.d(TAG, "Cannot send packet to socket: " + mSocket); in send() 200 if (DEBUG) Log.d(TAG, "Returned type is invalid."); in receive() 206 if (DEBUG) Log.d(TAG, "Received result is null!"); in receive() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 49 /* package */ final static boolean DEBUG = false; field in VCardService 77 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected() 83 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted() 122 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate() 143 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy() 152 if (DEBUG) { in handleImportRequest() 190 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest() 221 if (DEBUG) { in tryExecute() 237 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); in handleCancelRequest() 314 if (DEBUG) { in updateMediaScanner() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | EmojiAltPhysicalKeyDetector.java | 39 private static final boolean DEBUG = false; field in EmojiAltPhysicalKeyDetector 59 if (DEBUG) { in onKeyDown() 66 if (DEBUG) { in onKeyDown() 72 if (DEBUG) { in onKeyDown() 80 if (DEBUG) { in onKeyUp() 97 if (DEBUG) { in onKeyUp() 104 if (DEBUG) { in onKeyUp() 113 if (DEBUG) { in onKeyUp() 150 if (DEBUG) { in onKeyDown() 162 if (DEBUG) { in onKeyUp() [all …]
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | LocalPrintJob.java | 45 private static final boolean DEBUG = false; field in LocalPrintJob 95 if (DEBUG) Log.d(TAG, "start() " + mPrintJob); in start() 108 if (DEBUG) Log.d(TAG, "Discovery timeout"); in start() 121 if (DEBUG) Log.d(TAG, "restart() " + mPrintJob + " in state " + mState); in restart() 129 if (DEBUG) Log.d(TAG, "cancel() " + mPrintJob + " in state " + mState); in cancel() 161 if (DEBUG) Log.d(TAG, "onPrinterFound() " + printer.name + " state=" + mState); in onPrinterFound() 210 if (DEBUG) Log.d(TAG, "onConnectionDelayed " + delayed); in onConnectionDelayed() 231 if (DEBUG) Log.d(TAG, "Capabilities for " + mPath + " are " + capabilities); in onCapabilities() 239 if (DEBUG) Log.d(TAG, "Starting backend print of " + mPrintJob); in onCapabilities() 257 if (DEBUG) Log.d(TAG, "deliver() to " + mPath); in deliver() [all …]
|
D | LocalDiscoverySession.java | 46 private static final boolean DEBUG = false; field in LocalDiscoverySession 79 if (DEBUG) Log.d(TAG, "onStartPrinterDiscovery() " + priorityList); in onStartPrinterDiscovery() 98 if (DEBUG) Log.d(TAG, "onStopPrinterDiscovery()"); in onStopPrinterDiscovery() 113 if (DEBUG) Log.d(TAG, "onValidatePrinters() " + printerIds); in onValidatePrinters() 118 if (DEBUG) Log.d(TAG, "onStartPrinterStateTracking() " + printerId); in onStartPrinterStateTracking() 131 if (DEBUG) Log.d(TAG, "onStopPrinterStateTracking() " + printerId.getLocalId()); in onStopPrinterStateTracking() 141 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy() 150 if (DEBUG) Log.d(TAG, "onPrinterFound() " + discoveredPrinter); in onPrinterFound() 171 if (DEBUG) Log.d(TAG, "onPrinterLost() " + lostPrinter); in onPrinterLost() 195 if (DEBUG) Log.d(TAG, "Expiring " + localPrinter); in monitorExpiredPrinters() [all …]
|
D | ImagePrintActivity.java | 59 private static final boolean DEBUG = false; field in ImagePrintActivity 96 if (DEBUG) Log.d(TAG, "onCreate() uri=" + contentUri + " jobName=" + mJobName); in onCreate() 108 if (DEBUG) Log.d(TAG, "Loading bitmap from stream"); in doInBackground() 143 if (DEBUG) Log.d(TAG, "startPrint(portrait=" + isPortrait + ")"); in onProgressUpdate() 161 if (DEBUG) Log.d(TAG, "LoadBitmapTask cancelled"); in onPostExecute() 170 if (DEBUG) Log.d(TAG, "LoadBitmapTask complete"); in onPostExecute() 198 if (DEBUG) Log.d(TAG, "onDestroy()"); in onDestroy() 226 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout() 229 if (DEBUG) Log.d(TAG, "waiting for bitmap..."); in onLayout() 259 if (DEBUG) Log.d(TAG, "onWrite()"); in onWrite() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/ |
D | TetherService.java | 52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService 93 if (DEBUG) Log.d(TAG, "Creating TetherService"); in onCreate() 115 if (DEBUG) Log.d(TAG, "registerReceiver " + responseAction); in maybeRegisterReceiver() 143 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand() 166 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index); in onStartCommand() 171 if (DEBUG) Log.d(TAG, "Don't cancel alarm during provisioning"); in onStartCommand() 179 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand() 201 if (DEBUG) Log.d(TAG, "Destroying TetherService"); in onDestroy() 209 if (DEBUG) Log.d(TAG, "mCurrentTypeIndex: " + mCurrentTypeIndex); in removeTypeAtIndex() 277 if (DEBUG) { in startProvisioning() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | ProcStatsEntry.java | 39 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry 76 if (DEBUG) Log.d(TAG, "New proc entry " + proc.getName() + ": dur=" + mBgDuration in ProcStatsEntry() 88 if (DEBUG) Log.d(TAG, "New proc entry " + procName + ": dur=" + mBgDuration in ProcStatsEntry() 128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage() 149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage() 170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage() 186 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 194 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 201 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 207 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() [all …]
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 39 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry 76 if (DEBUG) Log.d(TAG, "New proc entry " + proc.getName() + ": dur=" + mBgDuration in ProcStatsEntry() 88 if (DEBUG) Log.d(TAG, "New proc entry " + procName + ": dur=" + mBgDuration in ProcStatsEntry() 128 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage() 149 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage() 170 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage() 186 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 194 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 201 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() 207 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage() [all …]
|
/packages/apps/TV/src/com/android/tv/ |
D | InputSessionManager.java | 67 private static final boolean DEBUG = false; field in InputSessionManager 98 if (DEBUG) Log.d(TAG, "TvView session created: " + session); in createTvViewSession() 107 if (DEBUG) Log.d(TAG, "TvView session released: " + session); in releaseTvViewSession() 120 if (DEBUG) Log.d(TAG, "Recording session created: " + session); in createRecordingSession() 131 if (DEBUG) Log.d(TAG, "Recording session released: " + session); in releaseRecordingSession() 269 if (DEBUG) Log.d(TAG, "TvViewSession: connection failed"); in TvViewSession() 278 if (DEBUG) Log.d(TAG, "TvViewSession: disconnected"); in TvViewSession() 293 if (DEBUG) { in tune() 306 if (DEBUG) { in tune() 331 if (DEBUG) { in tune() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerRecordingSessionExoV2.java | 41 private static final boolean DEBUG = false; field in TunerRecordingSessionExoV2 66 if (DEBUG) { in onTune() 75 if (DEBUG) { in onRelease() 85 if (DEBUG) { in onStartRecording() 94 if (DEBUG) { in onStopRecording() 103 if (DEBUG) { in onTuned() 113 if (DEBUG) { in onRecordingUri() 121 if (DEBUG) { in onRecordFinished() 135 if (DEBUG) { in onRecordingStatePartial()
|
D | TunerRecordingSession.java | 41 private static final boolean DEBUG = false; field in TunerRecordingSession 66 if (DEBUG) { in onTune() 75 if (DEBUG) { in onRelease() 85 if (DEBUG) { in onStartRecording() 94 if (DEBUG) { in onStopRecording() 103 if (DEBUG) { in onTuned() 113 if (DEBUG) { in onRecordingUri() 121 if (DEBUG) { in onRecordFinished() 135 if (DEBUG) { in onRecordingStatePartial()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 72 public static final boolean DEBUG = false; field in BluetoothMapService 162 if (DEBUG) { in closeService() 231 if (DEBUG) { in startObexServerSessions() 291 if (DEBUG) { in stopObexServerSessions() 409 if (DEBUG) { in handleMessage() 424 if (DEBUG) { in handleMessage() 431 if (DEBUG) { in handleMessage() 440 if (DEBUG) { in handleMessage() 469 if (DEBUG) { in onConnectHandler() 505 if (DEBUG) { in setState() [all …]
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlayer.java | 39 private static final boolean DEBUG = false; field in DvrPlayer 133 if (DEBUG) Log.d(TAG, "prepare()"); in prepare() 147 if (DEBUG) Log.d(TAG, "play()"); in play() 165 if (DEBUG) Log.d(TAG, "pause()"); in pause() 189 if (DEBUG) Log.d(TAG, "fastForward()"); in fastForward() 200 if (DEBUG) Log.d(TAG, "Let's play with speed: " + speed); in fastForward() 211 if (DEBUG) Log.d(TAG, "rewind()"); in rewind() 222 if (DEBUG) Log.d(TAG, "Let's play with speed: " + speed); in rewind() 230 if (DEBUG) Log.d(TAG, "seekTo()"); in seekTo() 238 if (DEBUG) Log.d(TAG, "Now: " + getPlaybackPosition() + ", shift to: " + positionMs); in seekTo() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CacheProcessing.java | 31 private static final boolean DEBUG = false; field in CacheProcessing 108 if (DEBUG) { in apply() 114 if (DEBUG) { in apply() 124 if (DEBUG) { in apply() 141 if (DEBUG) { in process() 150 if (DEBUG) { in process() 172 if (DEBUG) { in process() 187 if (DEBUG) { in process() 213 if (DEBUG) { in process() 225 if (DEBUG) { in process() [all …]
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | BaseDvrDataManager.java | 48 private static final boolean DEBUG = false; field in BaseDvrDataManager 122 if (DEBUG) Log.d(TAG, "notify DVR schedule load finished"); in notifyDvrScheduleLoadFinished() 133 if (DEBUG) Log.d(TAG, "notify recorded programs load finished"); in notifyRecordedProgramLoadFinished() 141 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsAdded() 149 if (DEBUG) Log.d(TAG, "notify " + l + " changed " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsChanged() 157 if (DEBUG) Log.d(TAG, "notify " + l + " removed " + Arrays.asList(recordedPrograms)); in notifyRecordedProgramsRemoved() 165 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingAdded() 173 if (DEBUG) Log.d(TAG, "notify " + l + " removed " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingRemoved() 181 if (DEBUG) Log.d(TAG, "notify " + l + " changed " + Arrays.asList(seriesRecordings)); in notifySeriesRecordingChanged() 189 if (DEBUG) Log.d(TAG, "notify " + l + " added " + Arrays.asList(scheduledRecording)); in notifyScheduledRecordingAdded() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | TetherService.java | 60 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService 103 if (DEBUG) Log.d(TAG, "Creating TetherService"); in onCreate() 124 if (DEBUG) Log.d(TAG, "registerReceiver " + responseAction); in maybeRegisterReceiver() 163 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand() 185 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index); in onStartCommand() 190 if (DEBUG) Log.d(TAG, "Don't remove tether type during provisioning"); in onStartCommand() 198 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand() 219 if (DEBUG) Log.d(TAG, "Destroying TetherService"); in onDestroy() 227 if (DEBUG) Log.d(TAG, "mCurrentTypeIndex: " + mCurrentTypeIndex); in removeTypeAtIndex() 268 if (DEBUG) { in startProvisioning() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LogUtils.java | 66 public final static boolean DEBUG = BuildConfig.DEBUG field in LogUtils.Logger 76 public boolean isVerboseLoggable() { return DEBUG || Log.isLoggable(logTag, Log.VERBOSE); } in isVerboseLoggable() 77 public boolean isDebugLoggable() { return DEBUG || Log.isLoggable(logTag, Log.DEBUG); } in isDebugLoggable() 78 public boolean isInfoLoggable() { return DEBUG || Log.isLoggable(logTag, Log.INFO); } in isInfoLoggable() 79 public boolean isWarnLoggable() { return DEBUG || Log.isLoggable(logTag, Log.WARN); } in isWarnLoggable() 80 public boolean isErrorLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ERROR); } in isErrorLoggable() 81 public boolean isWtfLoggable() { return DEBUG || Log.isLoggable(logTag, Log.ASSERT); } in isWtfLoggable()
|