Home
last modified time | relevance | path

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

12345678910>>...38

/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DVirtualCameraFuzzer.cpp73 LOG(DEBUG) << "EVS_FUZZ_GET_ALLOWED_BUFFERS"; in LLVMFuzzerTestOneInput()
78 LOG(DEBUG) << "EVS_FUZZ_IS_STREAMING"; in LLVMFuzzerTestOneInput()
83 LOG(DEBUG) << "EVS_FUZZ_GET_VERSION"; in LLVMFuzzerTestOneInput()
88 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput()
93 LOG(DEBUG) << "EVS_FUZZ_SET_DESCRIPTOR"; in LLVMFuzzerTestOneInput()
99 LOG(DEBUG) << "EVS_FUZZ_NOTIFY"; in LLVMFuzzerTestOneInput()
110 LOG(DEBUG) << "EVS_FUZZ_DELIVER_FRAME"; in LLVMFuzzerTestOneInput()
118 LOG(DEBUG) << "EVS_FUZZ_GET_CAMERA_INFO"; in LLVMFuzzerTestOneInput()
123 LOG(DEBUG) << "EVS_FUZZ_SETMAX_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput()
129 LOG(DEBUG) << "EVS_FUZZ_START_VIDEO_STREAM"; in LLVMFuzzerTestOneInput()
[all …]
DHalCameraFuzzer.cpp71 LOG(DEBUG) << "EVS_FUZZ_MAKE_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
77 LOG(DEBUG) << "EVS_FUZZ_OWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
86 LOG(DEBUG) << "EVS_FUZZ_DISOWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
95 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput()
100 LOG(DEBUG) << "EVS_FUZZ_GET_CLIENT_COUNT"; in LLVMFuzzerTestOneInput()
105 LOG(DEBUG) << "EVS_FUZZ_GET_ID"; in LLVMFuzzerTestOneInput()
110 LOG(DEBUG) << "EVS_FUZZ_GET_STREAM_CONFIG"; in LLVMFuzzerTestOneInput()
115 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput()
121 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT_1"; in LLVMFuzzerTestOneInput()
128 LOG(DEBUG) << "EVS_FUZZ_REQUEST_NEW_FRAME"; in LLVMFuzzerTestOneInput()
[all …]
DEnumeratorFuzzer.cpp97 LOG(DEBUG) << "EVS_FUZZ_GET_CAMERA_LIST"; in LLVMFuzzerTestOneInput()
102 LOG(DEBUG) << "EVS_FUZZ_OPEN_CAMERA"; in LLVMFuzzerTestOneInput()
114 LOG(DEBUG) << "EVS_FUZZ_CLOSE_CAMERA"; in LLVMFuzzerTestOneInput()
123 LOG(DEBUG) << "EVS_FUZZ_OPEN_DISPLAY"; in LLVMFuzzerTestOneInput()
131 LOG(DEBUG) << "EVS_FUZZ_CLOSE_DISPLAY"; in LLVMFuzzerTestOneInput()
140 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_STATE"; in LLVMFuzzerTestOneInput()
145 LOG(DEBUG) << "EVS_FUZZ_GET_CAMERA_LIST_1_1"; in LLVMFuzzerTestOneInput()
150 LOG(DEBUG) << "EVS_FUZZ_OPEN_CAMERA_1_1"; in LLVMFuzzerTestOneInput()
163 LOG(DEBUG) << "EVS_FUZZ_IS_HARDWARE"; in LLVMFuzzerTestOneInput()
168 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_LIST"; in LLVMFuzzerTestOneInput()
[all …]
DHalDisplayFuzzer.cpp57 LOG(DEBUG) << "EVS_FUZZ_GET_HW_DISPLAY"; in LLVMFuzzerTestOneInput()
62 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_INFO"; in LLVMFuzzerTestOneInput()
67 LOG(DEBUG) << "EVS_FUZZ_SET_DISPLAY_STATE"; in LLVMFuzzerTestOneInput()
77 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_STATE"; in LLVMFuzzerTestOneInput()
82 LOG(DEBUG) << "EVS_FUZZ_GET_TARGET_BUFFER"; in LLVMFuzzerTestOneInput()
87 LOG(DEBUG) << "EVS_FUZZ_RTN_TGT_BUF_FOR_DISPLAY"; in LLVMFuzzerTestOneInput()
94 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_INFO_1_1"; in LLVMFuzzerTestOneInput()
99 LOG(DEBUG) << "EVS_FUZZ_TO_STRING"; in LLVMFuzzerTestOneInput()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DMicPrivacyChip.java56 private final static boolean DEBUG = false; field in MicPrivacyChip
113 if (DEBUG) Log.d(TAG, "Microphone enabled: " + isMicrophoneEnabled); in setMicrophoneEnabled()
132 if (DEBUG) Log.d(TAG, "Layout not inflated"); in setMicrophoneEnabled()
138 if (DEBUG) Log.d(TAG, "setTransition: invisibleFromMicOff"); in setMicrophoneEnabled()
143 if (DEBUG) Log.d(TAG, "setTransition: micOffFromInvisible"); in setMicrophoneEnabled()
147 if (DEBUG) Log.d(TAG, "setTransition: micOffFromActiveInit"); in setMicrophoneEnabled()
151 if (DEBUG) Log.d(TAG, "setTransition: micOffFromActive"); in setMicrophoneEnabled()
155 if (DEBUG) Log.d(TAG, "setTransition: micOffFromInactive"); in setMicrophoneEnabled()
196 if (DEBUG) Log.d(TAG, "Layout not inflated"); in animateIn()
202 if (DEBUG) Log.d(TAG, "Current transition state is null or empty."); in animateIn()
[all …]
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp74 LOG(DEBUG) << mMark << " connecting TCP socket"; in tcpConnect()
184 LOG(DEBUG) << "DnsTlsSocket is initialized with { mConnectTimeoutMs: " << mConnectTimeoutMs in initialize()
256 LOG(DEBUG) << "Setting session"; in prepareForSslConnect()
259 LOG(DEBUG) << "No session available"; in prepareForSslConnect()
272 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
274 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect()
305 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect()
317 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnectV2()
319 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnectV2()
358 LOG(DEBUG) << mMark << " handshake complete"; in sslConnectV2()
[all …]
DDnsTlsTransport.cpp88 LOG(DEBUG) << "answer count: " << ancount; in checkDnsResponse()
164 LOG(DEBUG) << "No socket for query. Opening socket and sending."; in query()
188 LOG(DEBUG) << "Constructing new socket"; in doConnect()
199 LOG(DEBUG) << "Initialization succeeded. Reissuing " << queries.size() << " queries."; in doConnect()
206 LOG(DEBUG) << "Initialization failed."; in doConnect()
208 LOG(DEBUG) << "Failing all pending queries."; in doConnect()
245 LOG(DEBUG) << "Fast reconnect to retry remaining queries"; in doReconnect()
248 LOG(DEBUG) << "No pending queries. Going idle."; in doReconnect()
254 LOG(DEBUG) << "Destructor"; in ~DnsTlsTransport()
257 LOG(DEBUG) << "Locked destruction procedure"; in ~DnsTlsTransport()
[all …]
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputService.java42 private static final boolean DEBUG = true; field in SampleTunerTvInputService
82 if (DEBUG) { in onCreateSession()
118 if (DEBUG) { in onRelease()
147 if (DEBUG) { in onSetSurface()
156 if (DEBUG) { in onSetStreamVolume()
163 if (DEBUG) { in onTune()
181 if (DEBUG) { in onSetCaptionEnabled()
192 if (DEBUG) { in audioFilter()
196 if (DEBUG) { in audioFilter()
205 if (DEBUG) { in audioFilter()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java19 import static com.android.documentsui.base.SharedMinimal.DEBUG;
169 if (DEBUG) { in onCreate()
187 if (DEBUG) { in onDestroy()
205 if (DEBUG) { in onDestroy()
218 if (DEBUG) { in onStartCommand()
254 if (DEBUG) { in handleOperation()
278 if (DEBUG) { in handleCancel()
319 if (DEBUG) { in deleteJob()
342 if (DEBUG) { in shutdown()
351 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.java59 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/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/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/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
DConnectedDeviceSignalController.java19 import static com.android.systemui.statusbar.phone.StatusBar.DEBUG;
152 if (DEBUG) { in onBluetoothStateChange()
169 if (DEBUG) { in onReceive()
174 if (DEBUG) { in onReceive()
182 if (DEBUG) { in onReceive()
201 if (DEBUG) { in processActionAgEvent()
213 if (DEBUG) { in processActionAgEvent()
223 if (DEBUG) { in processActionAgEvent()
240 if (DEBUG) { in updateViewVisibility()
257 if (DEBUG) { in updateViewVisibility()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java74 private static final boolean DEBUG = false; field in WellbeingModel
140 if (DEBUG || mIsInTest) { in onWellbeingUriChanged()
200 if (DEBUG || mIsInTest) { in getShortcutForApp()
210 if (DEBUG || mIsInTest) { in getShortcutForApp()
215 if (DEBUG || mIsInTest) { in getShortcutForApp()
235 if (DEBUG || mIsInTest) { in isInMinimalDeviceMode()
252 if (DEBUG || mIsInTest) Log.i(TAG, "isInMinimalDeviceMode(): finished"); in isInMinimalDeviceMode()
261 if (DEBUG || mIsInTest) { in updateActions()
272 if (DEBUG || mIsInTest) Log.i(TAG, "retrieveActions(): null provider"); in updateActions()
299 if (DEBUG || mIsInTest) { in updateActions()
[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/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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DCarAudioZoneInputFragment.java49 private static final boolean DEBUG = true; field in CarAudioZoneInputFragment
88 if (DEBUG) { in onCreateView()
129 if (DEBUG) { in initAudioInputInfo()
142 if (DEBUG) { in playAudio()
194 if (DEBUG) { in startAudioLocked()
199 if (DEBUG) { in startAudioLocked()
210 if (DEBUG) { in pauseAudioLocked()
215 if (DEBUG) { in pauseAudioLocked()
226 if (DEBUG) { in stopAudioLocked()
231 if (DEBUG) { in stopAudioLocked()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt66 get() = DEBUG || Log.isLoggable(logTag, Log.VERBOSE)
69 get() = DEBUG || Log.isLoggable(logTag, Log.DEBUG)
72 get() = DEBUG || Log.isLoggable(logTag, Log.INFO)
75 get() = DEBUG || Log.isLoggable(logTag, Log.WARN)
78 get() = DEBUG || Log.isLoggable(logTag, Log.ERROR)
81 get() = DEBUG || Log.isLoggable(logTag, Log.ASSERT)
157 val DEBUG = (BuildConfig.DEBUG || "eng" == Build.TYPE || "userdebug" == Build.TYPE) constant

12345678910>>...38