Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/packages/modules/DnsResolver/
DDnsTlsSocket.cpp72 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 …]
DDnsTlsTransport.cpp47 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 …]
Dres_send.cpp425 LOG(DEBUG) << __func__; in res_nsend()
475 LOG(DEBUG) << __func__ << ": got answer from DoT"; in res_nsend()
523 LOG(DEBUG) << __func__ << ": Querying server (# " << ns + 1 in res_nsend()
607 LOG(DEBUG) << __func__ << ": got answer:"; in res_nsend()
700 PLOG(DEBUG) << __func__ << ": socket(vc): "; in send_vc()
716 PLOG(DEBUG) << __func__ << ": setsockopt: "; in send_vc()
756 PLOG(DEBUG) << __func__ << ": write failed: "; in send_vc()
772 PLOG(DEBUG) << __func__ << ": read failed: "; in send_vc()
791 LOG(DEBUG) << __func__ << ": response truncated"; in send_vc()
800 LOG(DEBUG) << __func__ << ": undersized: " << len; in send_vc()
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBlePeripheralManager.java176 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising()
201 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopAdvertising()
219 if (Log.isLoggable(TAG, Log.DEBUG)) { in notifyCharacteristicChanged()
271 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopGattServer()
284 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer()
313 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally()
335 if (Log.isLoggable(TAG, Log.DEBUG)) {
358 if (Log.isLoggable(TAG, Log.DEBUG)) {
367 if (Log.isLoggable(TAG, Log.DEBUG)) {
390 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]
DCarBleTrustAgent.java65 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
91 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
105 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
112 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
125 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceUnlocked()
139 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable()
145 if (Log.isLoggable(TAG, Log.DEBUG)) { in isBluetoothAvailable()
155 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
169 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenStateReceived()
182 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java19 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/
DHdHomeRunDiscover.java40 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 …]
DHdHomeRunControlSocket.java38 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/
DVCardService.java49 /* 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/
DEmojiAltPhysicalKeyDetector.java39 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/
DLocalPrintJob.java45 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 …]
DLocalDiscoverySession.java46 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 …]
DImagePrintActivity.java58 private static final boolean DEBUG = false; field in ImagePrintActivity
95 if (DEBUG) Log.d(TAG, "onCreate() uri=" + contentUri + " jobName=" + mJobName); in onCreate()
107 if (DEBUG) Log.d(TAG, "Loading bitmap from stream"); in doInBackground()
141 if (DEBUG) Log.d(TAG, "startPrint(portrait=" + isPortrait + ")"); in onProgressUpdate()
159 if (DEBUG) Log.d(TAG, "LoadBitmapTask cancelled"); in onPostExecute()
168 if (DEBUG) Log.d(TAG, "LoadBitmapTask complete"); in onPostExecute()
196 if (DEBUG) Log.d(TAG, "onDestroy()"); in onDestroy()
224 if (DEBUG) Log.d(TAG, "onLayout() attrs=" + newAttributes); in onLayout()
227 if (DEBUG) Log.d(TAG, "waiting for bitmap..."); in onLayout()
257 if (DEBUG) Log.d(TAG, "onWrite()"); in onWrite()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java52 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/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java39 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java39 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/
DInputSessionManager.java67 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/
DTunerRecordingSessionExoV2.java41 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()
DTunerRecordingSession.java41 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/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java39 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/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java70 public static final boolean DEBUG = false; field in BluetoothMapService
159 if (DEBUG) { in closeService()
228 if (DEBUG) { in startObexServerSessions()
288 if (DEBUG) { in stopObexServerSessions()
406 if (DEBUG) { in handleMessage()
421 if (DEBUG) { in handleMessage()
428 if (DEBUG) { in handleMessage()
437 if (DEBUG) { in handleMessage()
466 if (DEBUG) { in onConnectHandler()
502 if (DEBUG) { in setState()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java31 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/
DBaseDvrDataManager.java48 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/services/Car/evs/apps/default/
DEvsStateControl.cpp69 LOG(DEBUG) << "Requesting camera list"; in EvsStateControl()
74 LOG(DEBUG) << "Found camera " << cam.v1.cameraId; in EvsStateControl()
114 LOG(DEBUG) << "State controller ready"; in EvsStateControl()
150 LOG(DEBUG) << "Starting EvsStateControl update loop"; in updateLoop()
297 LOG(DEBUG) << "Switching to state " << desiredState; in configureEvsPipeline()
298 LOG(DEBUG) << " Current state " << mCurrentState in configureEvsPipeline()
300 LOG(DEBUG) << " Desired state " << desiredState in configureEvsPipeline()
313 LOG(DEBUG) << "Unsupported, desiredState " << desiredState in configureEvsPipeline()
340 LOG(DEBUG) << "Unsupported, desiredState " << desiredState in configureEvsPipeline()
356 LOG(DEBUG) << "Turning off the display"; in configureEvsPipeline()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DCarAudioZoneInputFragment.java47 private static final boolean DEBUG = true; field in CarAudioZoneInputFragment
86 if (DEBUG) { in onCreateView()
127 if (DEBUG) { in initAudioInputInfo()
140 if (DEBUG) { in playAudio()
192 if (DEBUG) { in startAudioLocked()
197 if (DEBUG) { in startAudioLocked()
208 if (DEBUG) { in pauseAudioLocked()
213 if (DEBUG) { in pauseAudioLocked()
224 if (DEBUG) { in stopAudioLocked()
229 if (DEBUG) { in stopAudioLocked()
[all …]

12345678910>>...34