Home
last modified time | relevance | path

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

12345678910>>...51

/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.cpp73 LOG(DEBUG) << "EVS_FUZZ_MAKE_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
79 LOG(DEBUG) << "EVS_FUZZ_OWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
88 LOG(DEBUG) << "EVS_FUZZ_DISOWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
97 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput()
102 LOG(DEBUG) << "EVS_FUZZ_GET_CLIENT_COUNT"; in LLVMFuzzerTestOneInput()
107 LOG(DEBUG) << "EVS_FUZZ_GET_ID"; in LLVMFuzzerTestOneInput()
112 LOG(DEBUG) << "EVS_FUZZ_GET_STREAM_CONFIG"; in LLVMFuzzerTestOneInput()
117 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput()
123 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT_1"; in LLVMFuzzerTestOneInput()
130 LOG(DEBUG) << "EVS_FUZZ_REQUEST_NEW_FRAME"; in LLVMFuzzerTestOneInput()
[all …]
DHalDisplayFuzzer.cpp58 LOG(DEBUG) << "EVS_FUZZ_GET_HW_DISPLAY"; in LLVMFuzzerTestOneInput()
63 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_INFO"; in LLVMFuzzerTestOneInput()
68 LOG(DEBUG) << "EVS_FUZZ_SET_DISPLAY_STATE"; in LLVMFuzzerTestOneInput()
78 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_STATE"; in LLVMFuzzerTestOneInput()
83 LOG(DEBUG) << "EVS_FUZZ_GET_TARGET_BUFFER"; in LLVMFuzzerTestOneInput()
88 LOG(DEBUG) << "EVS_FUZZ_RTN_TGT_BUF_FOR_DISPLAY"; in LLVMFuzzerTestOneInput()
95 LOG(DEBUG) << "EVS_FUZZ_GET_DISPLAY_INFO_1_1"; in LLVMFuzzerTestOneInput()
100 LOG(DEBUG) << "EVS_FUZZ_TO_STRING"; in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.yy115 DEBUG() << "LITTLE ENDIAN ";
117 DEBUG() << "BIG ENDIAN ";
128 DEBUG() << "FOUND ENUM\n\n";
133 DEBUG() << "FOUND PACKET\n\n";
138 DEBUG() << "FOUND STRUCT\n\n";
161 DEBUG() << "Enum Declared: name=" << *$2
175 DEBUG() << "Enumerator with comma\n";
182 DEBUG() << "Enumerator with list\n";
191 DEBUG() << "Enumerator: name=" << *$1
207 DEBUG() << "Checksum field defined\n";
[all …]
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc114 DEBUG(id_, "<< [LM] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); in ForwardToLm()
119 DEBUG(id_, "<< [LL] {}", bluetooth::hci::OpCodeText(command.GetOpCode())); in ForwardToLl()
312 DEBUG(id_, "<< Reset"); in Reset()
326 DEBUG(id_, "<< Read Buffer Size"); in ReadBufferSize()
346 DEBUG(id_, "<< Read Failed Contact Counter"); in ReadFailedContactCounter()
347 DEBUG(id_, " connection_handle=0x{:x}", connection_handle); in ReadFailedContactCounter()
359 DEBUG(id_, "<< Reset Failed Contact Counter"); in ResetFailedContactCounter()
360 DEBUG(id_, " connection_handle=0x{:x}", connection_handle); in ResetFailedContactCounter()
377 DEBUG(id_, "<< Read RSSI"); in ReadRssi()
378 DEBUG(id_, " connection_handle=0x{:x}", connection_handle); in ReadRssi()
[all …]
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp141 LOG(DEBUG) << StringPrintf("%s", __func__); in nativeNfcTag_abortWaits()
185 LOG(DEBUG) << StringPrintf("%s: status=0x%X; is reading=%u", __func__, status, in nativeNfcTag_doReadCompleted()
239 LOG(DEBUG) << StringPrintf("%s: event=%u, eventData=%p", __func__, event, in ndefHandlerCallback()
245 LOG(DEBUG) << StringPrintf( in ndefHandlerCallback()
252 LOG(DEBUG) << StringPrintf("%s: NFA_NDEF_DATA_EVT; data_len = %u", in ndefHandlerCallback()
277 LOG(DEBUG) << StringPrintf("%s: enter", __func__); in nativeNfcTag_doRead()
298 LOG(DEBUG) << StringPrintf("%s: read %u bytes", __func__, sReadDataLen); in nativeNfcTag_doRead()
303 LOG(DEBUG) << StringPrintf("%s: create empty buffer", __func__); in nativeNfcTag_doRead()
316 LOG(DEBUG) << StringPrintf("%s: exit: Status = 0x%X", __func__, status); in nativeNfcTag_doRead()
378 LOG(DEBUG) << StringPrintf("%s: enter; len = %zu", __func__, bytes.size()); in nativeNfcTag_doWrite()
[all …]
DNativeNfcManager.cpp188 android::base::SetMinimumLogSeverity(nfc_debug_enabled ? android::base::DEBUG in initializeGlobalDebugEnabledFlag()
195 LOG(DEBUG) << __func__ << ": recovery option=" << recovery_option; in initializeRecoveryOption()
202 LOG(DEBUG) << __func__ << ": Always on set NFCEE_POWER_AND_LINK_CONF=" in initializeNfceePowerAndLinkConf()
210 LOG(DEBUG) << __func__ << ": Always on set NFCEE_POWER_AND_LINK_CONF=" in initializeDisableAlwaysOnNfceePowerAndLinkConf()
246 LOG(DEBUG) << StringPrintf("%s: ", __func__); in handleRfDiscoveryEvent()
279 LOG(DEBUG) << StringPrintf("%s: event= %u", __func__, connEvent); in nfaConnectionCallback()
284 LOG(DEBUG) << StringPrintf("%s: NFA_LISTEN_ENABLED_EVT:status= %u", in nfaConnectionCallback()
293 LOG(DEBUG) << StringPrintf("%s: NFA_POLL_ENABLED_EVT: status = %u", in nfaConnectionCallback()
302 LOG(DEBUG) << StringPrintf("%s: NFA_POLL_DISABLED_EVT: status = %u", in nfaConnectionCallback()
311 LOG(DEBUG) << StringPrintf( in nfaConnectionCallback()
[all …]
DRoutingManager.cpp84 LOG(DEBUG) << StringPrintf("%s: Active SE for Nfc-F is 0x%02X", fn, in RoutingManager()
88 LOG(DEBUG) << StringPrintf("%s: default route is 0x%02X", fn, mDefaultEe); in RoutingManager()
104 LOG(DEBUG) << StringPrintf("%s: DEFAULT_SYS_CODE: 0x%02X", __func__, in RoutingManager()
142 LOG(DEBUG) << fn << ": try ee register"; in initialize()
323 LOG(DEBUG) << fn; in isTypeATypeBTechSupportedInEe()
341 LOG(DEBUG) << fn << ": enter"; in addAidRouting()
359 LOG(DEBUG) << fn << ": routed AID"; in addAidRouting()
369 LOG(DEBUG) << fn << ": enter"; in removeAidRouting()
372 LOG(DEBUG) << StringPrintf("%s : len=%d, 0x%x 0x%x 0x%x 0x%x 0x%x", fn, in removeAidRouting()
376 LOG(DEBUG) << fn << "Remove Empty aid"; in removeAidRouting()
[all …]
DNativeWlcManager.cpp111 LOG(DEBUG) << StringPrintf("%s: enter", __func__); in initialize()
123 LOG(DEBUG) << StringPrintf("%s: enable Wlc module success", __func__); in initialize()
148 LOG(DEBUG) << StringPrintf("%s: ", __func__); in notifyWlcCompletion()
172 LOG(DEBUG) << StringPrintf("%s: enter; event=0x%X", __func__, wlcEvent); in nfaWlcManagementCallback()
177 LOG(DEBUG) << StringPrintf("%s: NFA_WLC_ENABLE_RESULT_EVT: status = %u", in nfaWlcManagementCallback()
186 LOG(DEBUG) << StringPrintf("%s: NFA_WLC_START_RESULT_EVT: status = %u", in nfaWlcManagementCallback()
197 LOG(DEBUG) << StringPrintf( in nfaWlcManagementCallback()
208 LOG(DEBUG) << StringPrintf( in nfaWlcManagementCallback()
218 LOG(DEBUG) << StringPrintf("%s: unhandled event", __func__); in nfaWlcManagementCallback()
238 LOG(DEBUG) << StringPrintf("%s: enter", __func__); in com_android_nfc_wlc_startWlcP()
[all …]
DRouteDataSet.cpp112 LOG(DEBUG) << StringPrintf("%s: enter", "RouteDataSet::initialize"); in initialize()
116 LOG(DEBUG) << StringPrintf("%s: exit; return=true", in initialize()
131 LOG(DEBUG) << StringPrintf("%s: default db size=%zu; sec elem db size=%zu", in deleteDatabase()
159 LOG(DEBUG) << StringPrintf("%s: enter", fn); in import()
170 LOG(DEBUG) << StringPrintf("%s: fail parse", fn); in import()
179 LOG(DEBUG) << StringPrintf("%s: root=%s", fn, node1->name); in import()
188 LOG(DEBUG) << StringPrintf("%s: found SecElemSelectedRoutes", fn); in import()
201 LOG(DEBUG) << StringPrintf("%s: found DefaultRoutes", fn); in import()
221 LOG(DEBUG) << StringPrintf("%s: exit; return=%u", fn, retval); in import()
253 LOG(DEBUG) << StringPrintf("%s: wrote %zu bytes", fn, actualWritten); in saveToFile()
[all …]
DNfcTag.cpp158 LOG(DEBUG) << StringPrintf("%s: state=%u", fn, mActivationState); in setDeactivationState()
174 LOG(DEBUG) << StringPrintf("%s: state=%u", fn, mActivationState); in setActivationState()
237 LOG(DEBUG) << StringPrintf("%s: enter", fn); in IsSameKovio()
269 LOG(DEBUG) << StringPrintf("%s: exit, is same Kovio=%d", fn, rVal); in IsSameKovio()
287 LOG(DEBUG) << StringPrintf("%s: enter", fn); in discoverTechnologies()
356 LOG(DEBUG) << StringPrintf( in discoverTechnologies()
390 LOG(DEBUG) << StringPrintf("%s: Kovio", fn); in discoverTechnologies()
393 LOG(DEBUG) << StringPrintf("%s: Mifare Classic", fn); in discoverTechnologies()
412 LOG(DEBUG) << StringPrintf("%s: index=%d; tech=%d; handle=%d; nfc type=%d", in discoverTechnologies()
419 LOG(DEBUG) << StringPrintf("%s: exit", fn); in discoverTechnologies()
[all …]
DPowerSwitch.cpp96 LOG(DEBUG) << StringPrintf("%s: level=%s (%u)", fn, powerLevelToString(level), in initialize()
101 LOG(DEBUG) << StringPrintf("%s: desired screen-off state=%d", fn, in initialize()
155 LOG(DEBUG) << StringPrintf("%s: level=%s (%u)", fn, in setLevel()
172 LOG(DEBUG) << StringPrintf("%s: wait for deactivation", fn); in setLevel()
201 LOG(DEBUG) << StringPrintf("%s: actual power level=%s", fn, in setLevel()
210 LOG(DEBUG) << StringPrintf( in setScreenOffPowerState()
236 LOG(DEBUG) << StringPrintf( in setModeOff()
258 LOG(DEBUG) << StringPrintf( in setModeOn()
277 LOG(DEBUG) << StringPrintf("%s: enter; sleep=%u", fn, sleep); in setPowerOffSleepState()
289 LOG(DEBUG) << StringPrintf("%s: try power off", fn); in setPowerOffSleepState()
[all …]
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/
DVirtualCameraFuzzer.cpp86 LOG(DEBUG) << "EVS_FUZZ_GET_ALLOWED_BUFFERS"; in LLVMFuzzerTestOneInput()
91 LOG(DEBUG) << "EVS_FUZZ_IS_STREAMING"; in LLVMFuzzerTestOneInput()
96 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput()
101 LOG(DEBUG) << "EVS_FUZZ_SET_DESCRIPTOR"; in LLVMFuzzerTestOneInput()
107 LOG(DEBUG) << "EVS_FUZZ_NOTIFY"; in LLVMFuzzerTestOneInput()
118 LOG(DEBUG) << "EVS_FUZZ_DELIVER_FRAME"; in LLVMFuzzerTestOneInput()
126 LOG(DEBUG) << "EVS_FUZZ_GET_CAMERA_INFO"; in LLVMFuzzerTestOneInput()
132 LOG(DEBUG) << "EVS_FUZZ_SETMAX_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput()
138 LOG(DEBUG) << "EVS_FUZZ_START_VIDEO_STREAM"; in LLVMFuzzerTestOneInput()
150 LOG(DEBUG) << "EVS_FUZZ_DONE_WITH_FRAME"; in LLVMFuzzerTestOneInput()
[all …]
DHalCameraFuzzer.cpp91 LOG(DEBUG) << "EVS_FUZZ_MAKE_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
97 LOG(DEBUG) << "EVS_FUZZ_OWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
106 LOG(DEBUG) << "EVS_FUZZ_DISOWN_VIRTUAL_CAMERA"; in LLVMFuzzerTestOneInput()
115 LOG(DEBUG) << "EVS_FUZZ_GET_HW_CAMERA"; in LLVMFuzzerTestOneInput()
120 LOG(DEBUG) << "EVS_FUZZ_GET_CLIENT_COUNT"; in LLVMFuzzerTestOneInput()
125 LOG(DEBUG) << "EVS_FUZZ_GET_ID"; in LLVMFuzzerTestOneInput()
130 LOG(DEBUG) << "EVS_FUZZ_GET_STREAM_CONFIG"; in LLVMFuzzerTestOneInput()
135 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT"; in LLVMFuzzerTestOneInput()
141 LOG(DEBUG) << "EVS_FUZZ_CHANGE_FRAMES_IN_FLIGHT_1"; in LLVMFuzzerTestOneInput()
148 LOG(DEBUG) << "EVS_FUZZ_REQUEST_NEW_FRAME"; in LLVMFuzzerTestOneInput()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java64 private static final boolean DEBUG = true; field in KitchenSinkBackupTransport
97 if (DEBUG) Log.v(TAG, "Making new data directories."); in makeDataDirs()
144 if (DEBUG) Log.d(TAG, "request backup time"); in requestBackupTime()
151 if (DEBUG) { in initializeDevice()
162 if (DEBUG) Log.d(TAG, "Deleting data from: " + dirname); in deleteContents()
226 if (DEBUG) { in performBackupInternal()
262 if (DEBUG) { in performBackupInternal()
277 if (DEBUG && op.mValue == null) { in performBackupInternal()
285 if (DEBUG) { in performBackupInternal()
331 if (DEBUG) { in parseBackupStream()
[all …]
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputService.java40 private static final boolean DEBUG = true; field in SampleTunerTvInputService
71 if (DEBUG) { in onCreateSession()
80 if (DEBUG) { in onCreateSession()
114 if (DEBUG) { in onRelease()
148 if (DEBUG) { in onSetSurface()
157 if (DEBUG) { in onSetStreamVolume()
164 if (DEBUG) { in onTune()
186 if (DEBUG) { in onSetCaptionEnabled()
195 if (DEBUG) { in videoFilterCallback()
199 if (DEBUG) { in videoFilterCallback()
[all …]
/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingService.java62 private static final boolean DEBUG = false; field in ProfilingService
277 if (DEBUG) { in cleanupTemporaryDirectoryLocked()
285 if (DEBUG) { in cleanupTemporaryDirectoryLocked()
298 if (DEBUG) Log.d(TAG, "No files in temporary directory to cleanup."); in cleanupTemporaryDirectoryLocked()
308 if (DEBUG) Log.d(TAG, "Exception deleting file from temp directory.", e); in cleanupTemporaryDirectoryLocked()
370 if (DEBUG) Log.d(TAG, "Invalid request profiling type: " + profilingType); in requestProfiling()
387 if (DEBUG) Log.d(TAG, "Error communicating with perfetto", e); in requestProfiling()
395 if (DEBUG) Log.d(TAG, "PackageName is null"); in requestProfiling()
404 if (DEBUG) Log.d(TAG, "Failed to resolve package name"); in requestProfiling()
419 if (DEBUG) Log.d(TAG, "Package name not associated with calling uid"); in requestProfiling()
[all …]
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockViewModel.kt66 private val DEBUG = Build.isDebuggable() in <lambda>() constant
98 if (DEBUG) Log.d(TAG, "Initialized using saved items") in <lambda>()
105 if (DEBUG) Log.d(TAG, "Initialized using default items") in <lambda>()
120 if (DEBUG) Log.d(TAG, "Pin Item, id: $id") in <lambda>()
125 if (DEBUG) { in <lambda>()
145 if (DEBUG) Log.d(TAG, "Pin Item, component: $component, indexToPin: $indexToPin") in <lambda>()
153 if (DEBUG) Log.d(TAG, "Pinning $component at $indexToPin") in <lambda>()
156 if (DEBUG) Log.d(TAG, "Invalid index provided") in <lambda>()
161 if (DEBUG) Log.d(TAG, "No dynamic or empty spots available to pin") in <lambda>()
166 if (DEBUG) Log.d(TAG, "Pinning $component at $index") in <lambda>()
[all …]
/packages/services/Car/tests/OemCarServiceTestApp/src/com/android/car/oemcarservice/testapp/
DOemCarServiceImpl.java34 private static final boolean DEBUG = true; field in OemCarServiceImpl
48 if (DEBUG) { in onCreate()
56 if (DEBUG) { in onDestroy()
65 if (DEBUG) { in dump()
75 if (DEBUG) { in getOemAudioFocusService()
89 if (DEBUG) { in getOemAudioDuckingService()
103 if (DEBUG) { in getOemAudioVolumeService()
118 if (DEBUG) { in onCarServiceReady()
125 if (DEBUG) { in getSupportedCarVersion()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsBroadcastAssistantCallback.java31 private static final boolean DEBUG = BluetoothUtils.D; field in AudioStreamsBroadcastAssistantCallback
36 if (DEBUG) { in onReceiveStateChanged()
55 if (DEBUG) { in onSearchStarted()
67 if (DEBUG) { in onSearchStopped()
75 if (DEBUG) { in onSourceAddFailed()
89 if (DEBUG) { in onSourceAdded()
103 if (DEBUG) { in onSourceFound()
115 if (DEBUG) { in onSourceLost()
133 if (DEBUG) { in onSourceRemoved()
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp183 LOG(DEBUG) << "DnsTlsSocket is initialized with { mConnectTimeoutMs: " << mConnectTimeoutMs in initialize()
255 LOG(DEBUG) << "Setting session"; in prepareForSslConnect()
258 LOG(DEBUG) << "No session available"; in prepareForSslConnect()
271 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
304 LOG(DEBUG) << mMark << " handshake complete"; in sslConnect()
316 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnectV2()
357 LOG(DEBUG) << mMark << " handshake complete"; in sslConnectV2()
371 LOG(DEBUG) << mMark << " Writing " << buffer.size() << " bytes"; in sslWrite()
388 LOG(DEBUG) << "SSL_write error " << ssl_err; in sslWrite()
393 LOG(DEBUG) << mMark << " Wrote " << buffer.size() << " bytes"; in sslWrite()
[all …]
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DVideoCapture.cpp58 LOG(DEBUG) << " Driver: " << caps.driver; in open()
59 LOG(DEBUG) << " Card: " << caps.card; in open()
60 LOG(DEBUG) << " Version: " << ((caps.version >> 16) & 0xFF) << "." in open()
62 LOG(DEBUG) << " All Caps: " << std::hex << std::setw(8) << caps.capabilities; in open()
63 LOG(DEBUG) << " Dev Caps: " << std::hex << caps.device_caps; in open()
66 LOG(DEBUG) << "Supported capture formats:"; in open()
72 LOG(DEBUG) << " " << std::setw(2) << i << ": " << formatDescriptions.description << " " in open()
129 LOG(DEBUG) << __FUNCTION__; in close()
134 LOG(DEBUG) << "closing video device file handle " << mDeviceFd; in close()
175 LOG(DEBUG) << "Buffer description:"; in startStream()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDesktopVisibilityController.java50 private static final boolean DEBUG = false; field in DesktopVisibilityController
75 if (DEBUG) { in registerSystemUiListener()
104 if (DEBUG) { in areDesktopTasksVisible()
133 if (DEBUG) { in setVisibleDesktopTasksCount()
171 if (DEBUG) { in onLauncherStateChanged()
180 if (DEBUG) { in setOverviewStateEnabled()
210 if (DEBUG) { in notifyDesktopVisibilityListeners()
223 if (DEBUG) { in setBackgroundStateEnabled()
255 if (DEBUG) { in setRecentsGestureStart()
268 if (DEBUG) { in setRecentsGestureEnd()
[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/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
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 …]

12345678910>>...51