Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 2875) sorted by relevance

12345678910>>...115

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java59 doReturn(true).when(mSubscriptionController).isActiveSubId(0, TAG, FEATURE_ID); in setUp()
60 doReturn(true).when(mSubscriptionController).isActiveSubId(1, TAG, FEATURE_ID); in setUp()
80 eq(AppOpsManager.OPSTR_READ_DEVICE_IDENTIFIERS), anyInt(), eq(TAG)); in setUp()
95 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID)); in testGetDeviceId()
97 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID)); in testGetDeviceId()
112 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
120 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
130 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG)); in testGetDeviceIdWithOutPermission()
132 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
140 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothHeadset.java55 private static final String TAG = "BluetoothHeadset"; field in BluetoothHeadset
338 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
360 Log.e(TAG, "", e); in BluetoothHeadset()
370 if (VDBG) Log.d(TAG, "Binding service..."); in doBind()
375 Log.e(TAG, "Unable to bind HeadsetService", e); in doBind()
385 if (VDBG) Log.d(TAG, "Unbinding service..."); in doUnbind()
390 Log.e(TAG, "Unable to unbind HeadsetService", e); in doUnbind()
413 Log.e(TAG, "", re); in close()
450 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect()
454 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect()
[all …]
DBluetoothGattServer.java39 private static final String TAG = "BluetoothGattServer"; field in BluetoothGattServer
67 Log.d(TAG, "onServerRegistered() - status=" + status
76 Log.e(TAG, "onServerRegistered: mCallback is null");
89 Log.d(TAG, "onServerConnectionState() - status=" + status
97 Log.w(TAG, "Unhandled exception in callback", ex);
108 Log.d(TAG, "onServiceAdded() - handle=" + service.getInstanceId()
141 Log.w(TAG, "Unhandled exception in callback", ex);
152 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - handle=" + handle);
157 Log.w(TAG, "onCharacteristicReadRequest() no char for handle " + handle);
165 Log.w(TAG, "Unhandled exception in callback", ex);
[all …]
DBluetoothMapClient.java41 private static final String TAG = "BluetoothMapClient"; field in BluetoothMapClient
42 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
43 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
129 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient()
162 if (VDBG) Log.d(TAG, "isConnected(" + device + ")"); in isConnected()
168 Log.e(TAG, e.toString()); in isConnected()
171 Log.w(TAG, "Proxy not attached to service"); in isConnected()
172 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in isConnected()
185 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE"); in connect()
191 Log.e(TAG, e.toString()); in connect()
[all …]
DBluetoothHeadsetClient.java43 private static final String TAG = "BluetoothHeadsetClient"; field in BluetoothHeadsetClient
457 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect()
461 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect()
483 Log.e(TAG, Log.getStackTraceString(new Throwable())); in disconnect()
487 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect()
505 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices()
509 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices()
529 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates()
533 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates()
552 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectionState()
[all …]
DBluetoothHidDevice.java42 private static final String TAG = BluetoothHidDevice.class.getSimpleName(); field in BluetoothHidDevice
229 private static final String TAG = "BluetoothHidDevCallback"; field in BluetoothHidDevice.Callback
246 TAG, in onAppStatusChanged()
263 Log.d(TAG, "onConnectionStateChanged: device=" + device + " state=" + state); in onConnectionStateChanged()
278 TAG, in onGetReport()
299 Log.d(TAG, "onSetReport: device=" + device + " type=" + type + " id=" + id); in onSetReport()
310 Log.d(TAG, "onSetProtocol: device=" + device + " protocol=" + protocol); in onSetProtocol()
321 Log.d(TAG, "onInterruptData: device=" + device + " reportId=" + reportId); in onInterruptData()
329 Log.d(TAG, "onVirtualCableUnplug: device=" + device); in onVirtualCableUnplug()
417 Log.e(TAG, e.toString()); in getConnectedDevices()
[all …]
DBluetoothA2dp.java54 private static final String TAG = "BluetoothA2dp"; field in BluetoothA2dp
286 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect()
289 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect()
326 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect()
329 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect()
345 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices()
348 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices()
364 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates()
367 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates()
384 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectionState()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaMetadataRetrieverTest.java30 private static final String TAG = "MediaMetadataRetrieverTest"; field in MediaMetadataRetrieverTest
35 Log.v(TAG, "testGetEmbeddedPicture starts."); in testGetEmbeddedPicture()
42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
46 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testGetEmbeddedPicture()
56 … Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture()
66 Log.v(TAG, "testGetEmbeddedPicture completes."); in testGetEmbeddedPicture()
77 Log.v(TAG, "Thumbnail processing starts"); in testThumbnailCapture()
81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]); in testThumbnailCapture()
85 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testThumbnailCapture()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DMediaMetadataTest.java34 private static final String TAG = "MediaMetadataTest"; field in MediaMetadataTest
66 Log.v(TAG, "filePath = "+ meta_data_file[fileIndex][0]); in validateMetatData()
76 Log.v(TAG, "Failed: "+meta_data_file[fileIndex][0] + " " + e.toString()); in validateMetatData()
83 Log.v(TAG, "CD_TRACK_NUMBER : " + value); in validateMetatData()
84 assertEquals(TAG, meta_data_file[fileIndex][meta.CD_TRACK.ordinal()], value); in validateMetatData()
87 Log.v(TAG, "Album : "+ value); in validateMetatData()
88 assertEquals(TAG, meta_data_file[fileIndex][meta.ALBUM.ordinal()], value); in validateMetatData()
91 Log.v(TAG, "Artist : "+ value); in validateMetatData()
92 assertEquals(TAG, meta_data_file[fileIndex][meta.ARTIST.ordinal()], value); in validateMetatData()
95 Log.v(TAG, "Author : "+ value); in validateMetatData()
[all …]
DCodecTest.java54 private static String TAG = "CodecTest"; field in CodecTest
90 Log.v(TAG, e.toString()); in printCpuInfo()
97 Log.v(TAG, "getDuration - " + filePath); in getDuration()
103 Log.v(TAG, e.toString()); in getDuration()
106 Log.v(TAG, "Duration " + duration); in getDuration()
108 Log.v(TAG, "release"); in getDuration()
113 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition()
120 Log.v(TAG, "start playback"); in getCurrentPosition()
129 Log.v(TAG, e.toString()); in getCurrentPosition()
134 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupReporter.java56 @VisibleForTesting static final String TAG = "KeyValueBackupTask"; field in KeyValueBackupReporter
62 Slog.d(TAG, "Spinning thread " + threadName); in onNewThread()
91 Slog.d(TAG, "Skipping backup since one is already in progress"); in onSkipBackup()
96 Slog.w(TAG, "Backup begun with an empty queue, nothing to do"); in onEmptyQueueAtStart()
101 Slog.v(TAG, "Beginning backup of " + queue.size() + " targets"); in onQueueReady()
110 Slog.i(TAG, "Initializing transport and resetting backup state"); in onInitializeTransport()
118 Slog.e(TAG, "Transport error in initializeDevice()"); in onTransportInitialized()
123 Slog.e(TAG, "Error during initialization", e); in onInitializeTransportError()
127 Slog.d(TAG, "Skipping backup of PM metadata"); in onSkipPm()
131 Slog.e(TAG, "Error during PM metadata backup", e); in onExtractPmAgentDataError()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java69 private static final String TAG = "PasspointProvisioner"; field in PasspointProvisioner
154 Log.v(TAG, "Provisioning started with " + provider.toString()); in startSubscriptionProvisioning()
167 private static final String TAG = "PasspointProvisioningStateMachine"; field in PasspointProvisioner.ProvisioningStateMachine
221 Log.v(TAG, "startProvisioning received in state=" + mState); in startProvisioning()
226 Log.v(TAG, "State Machine needs to be reset before starting provisioning"); in startProvisioning()
240 Log.w(TAG, "Provisioning is not possible"); in startProvisioning()
249 Log.e(TAG, "Invalid Server URL"); in startProvisioning()
289 Log.v(TAG, "Wifi Disabled in state=" + mState); in handleWifiDisabled()
292 Log.w(TAG, "Wifi Disable unhandled in state=" + mState); in handleWifiDisabled()
307 Log.v(TAG, "Server Connection status received in " + mState); in handleServerConnectionStatus()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java63 private static final String TAG = "SupplicantP2pIfaceHal"; field in SupplicantP2pIfaceHal
87 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName
91 Log.e(TAG, "initalizing ISupplicant failed.");
94 Log.i(TAG, "Completed initialization of ISupplicant interfaces.");
101 Log.w(TAG, "IServiceManager died: cookie=" + cookie);
109 Log.w(TAG, "ISupplicant/ISupplicantStaIface died: cookie=" + cookie);
126 Log.wtf(TAG, "Error on linkToDeath on IServiceManager"); in linkToServiceManagerDeath()
132 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath()
152 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize()
155 Log.i(TAG, "Supplicant HAL already initialized."); in initialize()
[all …]
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
DBTtraffic.java28 public static final String TAG = "bttraffic"; field in BTtraffic
42 Log.d(TAG, "Unable to close resource.\n"); in safeClose()
57 Log.d(TAG, "unknown action: + " + intent.getAction()); in onStartCommand()
64 Log.d(TAG, "worker thread already active"); in startWorker()
69 Log.d(TAG, "startWorker: addr=" + remoteAddr); in startWorker()
78 Log.d(TAG, "Monitor service started"); in startWorker()
80 Log.d(TAG, "Worker thread started"); in startWorker()
82 Log.d(TAG, "Failed to start service", e); in startWorker()
89 Log.d(TAG, "Start monitor on server"); in startMonitor()
103 Log.d(TAG, "No need to start SvcMonitor on client"); in startMonitor()
[all …]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java33 static final String TAG = "MainInteractionService"; field in MainInteractionService
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
44 Log.i(TAG, "onDetected");
49 Log.i(TAG, "onError");
54 Log.i(TAG, "onRecognitionPaused");
59 Log.i(TAG, "onRecognitionResumed");
68 Log.i(TAG, "Creating " + this); in onReady()
69 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError()); in onReady()
70 Log.i(TAG, "Keyphrase enrollment meta-data: " in onReady()
78 Log.i(TAG, "Hotword availability = " + availability); in hotwordAvailabilityChangeHelper()
[all …]
/frameworks/base/core/java/android/nfc/cardemulation/
DNfcFCardEmulation.java47 static final String TAG = "NfcFCardEmulation"; field in NfcFCardEmulation
70 Log.e(TAG, "NfcAdapter context is null."); in getInstance()
76 Log.e(TAG, "Cannot get PackageManager"); in getInstance()
81 Log.e(TAG, "This device does not support NFC-F card emulation"); in getInstance()
85 Log.e(TAG, "PackageManager query failed."); in getInstance()
95 Log.e(TAG, "This device does not implement the INfcFCardEmulation interface."); in getInstance()
126 Log.e(TAG, "Failed to recover CardEmulationService."); in getSystemCodeForService()
132 Log.e(TAG, "Failed to reach CardEmulationService."); in getSystemCodeForService()
173 Log.e(TAG, "Failed to recover CardEmulationService."); in registerSystemCodeForService()
180 Log.e(TAG, "Failed to reach CardEmulationService."); in registerSystemCodeForService()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java66 private static final String TAG = "HalDevMgr"; field in HalDeviceManager
136 Log.w(TAG, "registerStatusListener: duplicate registration ignored"); in registerStatusListener()
285 if (VDBG) Log.d(TAG, "getChip: iface(name)=" + name); in getChip()
290 Log.e(TAG, "getChip: no entry for iface(name)=" + name); in getChip()
315 if (VDBG) Log.d(TAG, "registerDestroyedListener: iface(name)=" + name); in registerDestroyedListener()
320 Log.e(TAG, "registerDestroyedListener: no entry for iface(name)=" + name); in registerDestroyedListener()
351 Log.d(TAG, "registerInterfaceAvailableForRequestListener: ifaceType=" + ifaceType in registerInterfaceAvailableForRequestListener()
360 Log.d(TAG, in registerInterfaceAvailableForRequestListener()
371 Log.e(TAG, in registerInterfaceAvailableForRequestListener()
386 Log.d(TAG, "unregisterInterfaceAvailableForRequestListener: ifaceType=" + ifaceType); in unregisterInterfaceAvailableForRequestListener()
[all …]
DWifiNetworkFactory.java81 private static final String TAG = "WifiNetworkFactory"; field in WifiNetworkFactory
208 Log.d(TAG, "Scan request succeeded"); in onSuccess()
214 Log.e(TAG, "Scan failure received. reason: " + reason in onFailure()
223 Log.d(TAG, "Scan results received"); in onResults()
227 Log.wtf(TAG, "Found more than 1 batch of scan results, Ignoring..."); in onResults()
233 Log.v(TAG, "Received " + scanResults.length + " scan results"); in onResults()
265 Log.e(TAG, "Timed-out connecting to network"); in onAlarm()
283 Log.e(TAG, "Stale callback select received"); in select()
294 Log.e(TAG, "Stale callback reject received"); in reject()
307 Log.v(TAG, "Triggered network connection");
[all …]
/frameworks/base/services/core/java/com/android/server/
DExplicitHealthCheckController.java59 private static final String TAG = "ExplicitHealthCheckController"; field in ExplicitHealthCheckController
98 Slog.i(TAG, "Explicit health checks " + (enabled ? "enabled." : "disabled.")); in setEnabled()
114 Slog.wtf(TAG, "Resetting health check controller callbacks"); in setCallbacks()
144 Slog.i(TAG, "Health checks disabled, no supported packages"); in syncRequests()
173 Slog.i(TAG, "No more health check requests, unbinding..."); in syncRequests()
204 Slog.i(TAG, "Requesting health check for package " + packageName); in request()
208 Slog.w(TAG, "Failed to request health check for package " + packageName, e); in request()
224 Slog.i(TAG, "Cancelling health check for package " + packageName); in cancel()
230 Slog.w(TAG, "Failed to cancel health check for package " + packageName, e); in cancel()
245 Slog.d(TAG, "Getting health check supported packages"); in getSupportedPackages()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java41 private String TAG = "KeyguardServiceWrapper"; field in KeyguardServiceWrapper
54 Slog.w(TAG , "Remote Exception", e); in verifyUnlock()
63 Slog.w(TAG , "Remote Exception", e); in setOccluded()
72 Slog.w(TAG , "Remote Exception", e); in addStateMonitorCallback()
81 Slog.w(TAG , "Remote Exception", e); in dismiss()
90 Slog.w(TAG , "Remote Exception", e); in onDreamingStarted()
99 Slog.w(TAG , "Remote Exception", e); in onDreamingStopped()
108 Slog.w(TAG , "Remote Exception", e); in onStartedGoingToSleep()
117 Slog.w(TAG , "Remote Exception", e); in onFinishedGoingToSleep()
126 Slog.w(TAG , "Remote Exception", e); in onStartedWakingUp()
[all …]
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java68 private static final String TAG = "CameraDeviceUserShim"; field in CameraDeviceUserShim
184 Log.e(TAG, "waitForOpen - Camera failed to open after timeout of " in waitForOpen()
189 Log.e(TAG, "connectBinderShim - Failed to release camera after timeout ", e); in waitForOpen()
362 Log.d(TAG, "Opening shim Camera device"); in connectBinderShim()
407 Log.d(TAG, "disconnect called."); in disconnect()
411 Log.w(TAG, "Cannot disconnect, device has already been closed."); in disconnect()
425 Log.d(TAG, "submitRequest called."); in submitRequest()
429 Log.e(TAG, err); in submitRequest()
436 Log.e(TAG, err); in submitRequest()
446 Log.d(TAG, "submitRequestList called."); in submitRequestList()
[all …]
/frameworks/base/telephony/java/android/telephony/data/
DDataServiceCallback.java43 private static final String TAG = DataServiceCallback.class.getSimpleName(); field in DataServiceCallback
85 if (DBG) Rlog.d(TAG, "onSetupDataCallComplete"); in onSetupDataCallComplete()
88 Rlog.e(TAG, "Failed to onSetupDataCallComplete on the remote"); in onSetupDataCallComplete()
91 Rlog.e(TAG, "onSetupDataCallComplete: callback is null!"); in onSetupDataCallComplete()
104 if (DBG) Rlog.d(TAG, "onDeactivateDataCallComplete"); in onDeactivateDataCallComplete()
107 Rlog.e(TAG, "Failed to onDeactivateDataCallComplete on the remote"); in onDeactivateDataCallComplete()
110 Rlog.e(TAG, "onDeactivateDataCallComplete: callback is null!"); in onDeactivateDataCallComplete()
125 Rlog.e(TAG, "Failed to onSetInitialAttachApnComplete on the remote"); in onSetInitialAttachApnComplete()
128 Rlog.e(TAG, "onSetInitialAttachApnComplete: callback is null!"); in onSetInitialAttachApnComplete()
143 Rlog.e(TAG, "Failed to onSetDataProfileComplete on the remote"); in onSetDataProfileComplete()
[all …]
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarDrivingStateMonitor.java52 private static final String TAG = "CarDrivingStateMonitor"; field in CarDrivingStateMonitor
81 Log.v(TAG, "Gear has reversed, exiting SetupWizard.");
111 Log.v(TAG, "Starting monitor"); in startMonitor()
123 Log.e(TAG, "Car not connected", e); in startMonitor()
130 Log.e(TAG, "Failure connecting to Car object.", e); in startMonitor()
143 Log.e(TAG, "Car not connected", e); in startMonitor()
155 Log.e(TAG, "Car not connected", e); in startMonitor()
163 Log.e(TAG, "Failure connecting to Car object.", e); in startMonitor()
175 Log.v(TAG, "stopMonitor"); in stopMonitor()
181 Log.v(TAG, "Scheduling driving monitor timeout"); in stopMonitor()
[all …]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DMediaSource.java162 private static final String TAG = "MediaSource"; field in MediaSource
168 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in MediaSource()
185 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource"); in prepare()
198 Log.v(TAG, "Opening MediaSource"); in open()
200 Log.v(TAG, "Current URL is " + mSourceUrl); in open()
202 Log.v(TAG, "Current source is Asset!"); in open()
221 if (mLogVerbose) Log.v(TAG, "Processing new frame"); in process()
236 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete"); in process()
254 if (mLogVerbose) Log.v(TAG, "Starting playback"); in process()
262 if (mLogVerbose) Log.v(TAG, "Waiting for new frame"); in process()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java54 private String TAG = "MediaRecorderTest"; field in MediaRecorderTest
83 Log.v(TAG,"startPreviewAndPrepareRecording"); in recordVideo()
86 Log.v(TAG, "setAudioSource"); in recordVideo()
91 Log.v(TAG, "output format " + outFormat); in recordVideo()
95 Log.v(TAG, "setEncoder"); in recordVideo()
101 Log.v(TAG, "setPreview"); in recordVideo()
103 Log.v(TAG, "prepare"); in recordVideo()
105 Log.v(TAG, "start"); in recordVideo()
108 Log.v(TAG, "stop"); in recordVideo()
118 Log.v(TAG,"validateGetSurface, useSurface=" + useSurface); in validateGetSurface()
[all …]

12345678910>>...115