/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogTest.java | 155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 163 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 164 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | SysTrace.java | 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in SysTrace 49 if (VERBOSE) { in traceCounter() 66 if (VERBOSE) { in beginSection() 84 if (VERBOSE) { in endSection() 103 if (VERBOSE) { in beginSectionAsync() 117 if (VERBOSE) { in endSectionAsync()
|
D | StateWaiter.java | 46 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in StateWaiter 130 if (VERBOSE) { in waitForAnyOfStates() 139 if (VERBOSE) { in waitForAnyOfStates() 195 if (VERBOSE) Log.v(TAG, "setCurrentState - state now " + getStateName(state)); in queueStateTransition()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | CloseableLock.java | 41 private static final boolean VERBOSE = false; field in CloseableLock 113 if (VERBOSE) { in close() 144 if (VERBOSE) { in close() 176 if (VERBOSE) { in acquireLock() 196 if (VERBOSE) { in acquireLock() 211 if (VERBOSE) { in acquireLock() 244 if (VERBOSE) { in acquireExclusiveLock() 269 if (VERBOSE) { in acquireExclusiveLock() 284 if (VERBOSE) { in acquireExclusiveLock() 337 if (VERBOSE) { in releaseLock()
|
D | TaskDrainer.java | 55 private final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in TaskDrainer 113 if (VERBOSE) { in taskStarted() 144 if (VERBOSE) { in taskFinished() 166 if (VERBOSE) { in beginDrain() 175 if (VERBOSE) { in beginDrain() 193 if (VERBOSE) { in postDrained()
|
D | ArrayUtils.java | 31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ArrayUtils 120 if (VERBOSE) Log.v(TAG, "Ignoring invalid value " + str); in convertStringListToIntList()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraCaptureSessionImpl.java | 43 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraCaptureSessionImpl 130 if (VERBOSE) Log.v(TAG, mIdString + "Created session successfully"); in CameraCaptureSessionImpl() 156 if (VERBOSE) { in capture() 178 if (VERBOSE) { in captureBurst() 199 if (VERBOSE) { in setRepeatingRequest() 221 if (VERBOSE) { in setRepeatingBurst() 235 if (VERBOSE) { in stopRepeating() 246 if (VERBOSE) { in abortCaptures() 289 if (VERBOSE) Log.v(TAG, mIdString + "replaceSessionClose"); in replaceSessionClose() 309 if (VERBOSE) Log.v(TAG, mIdString + "close - reentering"); in close() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | CameraTestThread.java | 31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraTestThread 50 if (VERBOSE) Log.v(TAG, "start loopRun"); in start() 58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished"); in start() 62 if (VERBOSE) Log.v(TAG, "start waiting for looper"); in start() 78 if (VERBOSE) Log.v(TAG, "Terminate looper thread"); in close()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyFocusStateMapper.java | 41 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in LegacyFocusStateMapper 93 if (VERBOSE) { in processRequestTriggers() 123 if (VERBOSE) { in processRequestTriggers() 195 if (VERBOSE) { in processRequestTriggers() 211 if (VERBOSE) { in processRequestTriggers() 258 if (VERBOSE) { in processRequestTriggers() 291 if (VERBOSE && newAfState != mAfStatePrevious) { in mapResultTriggers()
|
D | LegacyFaceDetectMapper.java | 48 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in LegacyFaceDetectMapper 101 if (VERBOSE) { in LegacyFaceDetectMapper() 174 if (VERBOSE) { in processFaceDetectMode() 180 if (VERBOSE) { in processFaceDetectMode() 252 if (VERBOSE && previousFaces != faces) { // Log only in verbose and IF the faces changed in mapResultFaces()
|
D | LegacyResultMapper.java | 45 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in LegacyResultMapper 91 if (VERBOSE) { in cachedConvertResultMetadata() 309 if (VERBOSE) { in mapAe() 335 if (VERBOSE) { in mapAe() 355 if (VERBOSE) { in mapAf() 395 if (VERBOSE) { in getMeteringRectangles()
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 121 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 131 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 145 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 152 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 176 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 190 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 199 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() 223 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() [all …]
|
D | AccountAuthenticatorResponse.java | 46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 59 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onRequestContinued() 70 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onError()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableParcelable.java | 40 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in MarshalQueryableParcelable 76 if (VERBOSE) { in marshal() 106 if (VERBOSE) { in unmarshal() 148 if (VERBOSE) { in unmarshal() 171 if (VERBOSE) { in calculateMarshalSize()
|
D | MarshalQueryableString.java | 34 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in MarshalQueryableString 75 if (VERBOSE) { in unmarshal()
|
D | MarshalQueryableEnum.java | 41 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in MarshalQueryableEnum 113 if (VERBOSE) { in isTypeMappingSupported() 154 if (VERBOSE) { in registerEnumValues()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingStateCallback 56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state)); in setCurrentState() 169 if (VERBOSE) { in waitForAnyOfStates() 181 if (VERBOSE) { in waitForAnyOfStates()
|
D | BlockingCameraManager.java | 42 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingCameraManager 208 if (VERBOSE) { in onOpened() 230 if (VERBOSE) { in onDisconnected() 253 if (VERBOSE) { in onError()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ByteArrayHelpers.java | 29 private static boolean VERBOSE = false; field in ByteArrayHelpers 164 if (VERBOSE) Log.v(TAG, "toByteArray - input: " + Arrays.toString(numbers)); in toByteArray() 174 if (VERBOSE) Log.v(TAG, "toByteArray - number " + i + ", class " + klass); in toByteArray() 194 if (VERBOSE) Log.v(TAG, "toByteArray - end of loop"); in toByteArray() 208 if (VERBOSE) Log.v(TAG, "toByteArray - output: " + Arrays.toString(bytes)); in toByteArray()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 40 Log.isLoggable("SQLiteLog", Log.VERBOSE); 48 Log.isLoggable("SQLiteStatements", Log.VERBOSE); 57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AH263Assembler.cpp | 81 #if VERBOSE in addPacket() 82 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket() 155 #if VERBOSE in submitAccessUnit() 156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraMetadata.java | 53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraMetadata 132 if (VERBOSE) Log.v(TAG, "getKeysStatic for " + type); in getKeysStatic() 164 if (VERBOSE) { in getKeysStatic() 167 } else if (VERBOSE) { in getKeysStatic()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 607 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange() 648 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically() 659 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically() 738 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint() 742 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint() 771 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff() 845 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked() 890 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime() 905 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateOrAddPeriodicSync() 1072 if (Log.isLoggable(TAG, Log.VERBOSE)) { in insertIntoPending() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScoreService.java | 119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in registerPackageReceiverIfNeeded() 138 if (Log.isLoggable(TAG, Log.VERBOSE)) { in registerPackageReceiverIfNeeded() 170 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores() 174 } else if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores() 258 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearInternal() 293 if (Log.isLoggable(TAG, Log.VERBOSE)) { in dump()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 37 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in Log 72 if (VERBOSE) { in v() 78 if (VERBOSE) { in v() 133 if (pii == null || VERBOSE) { in pii()
|