Searched defs:log (Results 1 - 25 of 169) sorted by path

1234567

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp376 void TiffIfd::log() const { function in class:android::img_utils::TiffIfd
H A DTiffWriter.cpp104 log();
382 void TiffWriter::log() const { function in class:android::img_utils::TiffWriter
386 mNamedIfds[i]->log();
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c18 #include <cutils/log.h>
52 int32_t log = (int32_t)gLogTab[i]; local
56 return (exp << 15) + log + (((x - segStart) * (logEnd - log)) >> (exp - 6));
/frameworks/av/media/libnbaio/
H A DNBLog.cpp91 void NBLog::Writer::log(const char *string) function in class:android::NBLog::Writer
100 log(EVENT_STRING, string, length);
127 log(EVENT_STRING, buffer, length);
138 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
147 log(EVENT_TIMESTAMP, &ts, sizeof(struct timespec));
150 void NBLog::Writer::log(Event event, const void *data, size_t length) function in class:android::NBLog::Writer
167 log(&entry, true /*trusted*/);
170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) function in class:android::NBLog::Writer
176 log(entry->mEvent, entry->mData, entry->mLength);
225 void NBLog::LockedWriter::log(cons function in class:android::NBLog::LockedWriter
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp57 * being used. This is a considerable amount of log spam, so don't enable unless you
428 void AudioMixer::setLog(NBLog::Writer *log) argument
430 mState.mLog = log;
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp4565 // profile->log();
6665 void AudioPolicyManager::IOProfile::log() function in class:android::AudioPolicyManager::IOProfile
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java227 if (DBG) log("connect(" + device + ")");
268 if (DBG) log("disconnect(" + device + ")");
286 if (VDBG) log("getConnectedDevices()");
303 if (VDBG) log("getDevicesMatchingStates()");
320 if (VDBG) log("getState(" + device + ")");
350 if (DBG) log("setPriority(" + device + ", " + priority + ")");
382 if (VDBG) log("getPriority(" + device + ")");
552 private static void log(String msg) { method in class:BluetoothA2dp
H A DBluetoothA2dpSink.java240 if (DBG) log("connect(" + device + ")");
281 if (DBG) log("disconnect(" + device + ")");
299 if (VDBG) log("getConnectedDevices()");
316 if (VDBG) log("getDevicesMatchingStates()");
333 if (VDBG) log("getState(" + device + ")");
359 if (VDBG) log("getAudioConfig(" + device + ")");
429 private static void log(String msg) { method in class:BluetoothA2dpSink
H A DBluetoothAvrcpController.java164 if (VDBG) log("getConnectedDevices()");
181 if (VDBG) log("getDevicesMatchingStates()");
198 if (VDBG) log("getState(" + device + ")");
257 private static void log(String msg) { method in class:BluetoothAvrcpController
H A DBluetoothHeadset.java298 if (VDBG) log("close()");
345 if (DBG) log("connect(" + device + ")");
386 if (DBG) log("disconnect(" + device + ")");
404 if (VDBG) log("getConnectedDevices()");
421 if (VDBG) log("getDevicesMatchingStates()");
438 if (VDBG) log("getConnectionState(" + device + ")");
468 if (DBG) log("setPriority(" + device + ", " + priority + ")");
500 if (VDBG) log("getPriority(" + device + ")");
536 if (DBG) log("startVoiceRecognition()");
560 if (DBG) log("stopVoiceRecognitio
968 private static void log(String msg) { method in class:BluetoothHeadset
[all...]
H A DBluetoothHeadsetClient.java442 if (VDBG) log("close()");
480 if (DBG) log("connect(" + device + ")");
504 if (DBG) log("disconnect(" + device + ")");
525 if (VDBG) log("getConnectedDevices()");
548 if (VDBG) log("getDevicesMatchingStates()");
569 if (VDBG) log("getConnectionState(" + device + ")");
589 if (DBG) log("setPriority(" + device + ", " + priority + ")");
611 if (VDBG) log("getPriority(" + device + ")");
639 if (DBG) log("startVoiceRecognition()");
666 if (DBG) log("stopVoiceRecognitio
1164 private static void log(String msg) { method in class:BluetoothHeadsetClient
[all...]
H A DBluetoothHealth.java149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
175 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
499 if (VDBG) log("close()");
544 log("Bluetooth is Not enabled");
567 private static void log(String msg) { method in class:BluetoothHealth
H A DBluetoothInputDevice.java271 if (VDBG) log("close()");
315 if (DBG) log("connect(" + device + ")");
355 if (DBG) log("disconnect(" + device + ")");
372 if (VDBG) log("getConnectedDevices()");
389 if (VDBG) log("getDevicesMatchingStates()");
406 if (VDBG) log("getState(" + device + ")");
435 if (DBG) log("setPriority(" + device + ", " + priority + ")");
466 if (VDBG) log("getPriority(" + device + ")");
521 if (DBG) log("virtualUnplug(" + device + ")");
547 if (VDBG) log("getProtocolMod
661 private static void log(String msg) { method in class:BluetoothInputDevice
[all...]
H A DBluetoothMap.java158 if (VDBG) log("getState()");
165 if (DBG) log(Log.getStackTraceString(new Throwable()));
177 if (VDBG) log("getClient()");
184 if (DBG) log(Log.getStackTraceString(new Throwable()));
195 if (VDBG) log("isConnected(" + device + ")");
202 if (DBG) log(Log.getStackTraceString(new Throwable()));
212 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
224 if (DBG) log("disconnect(" + device + ")");
264 if (DBG) log("getConnectedDevices()");
283 if (DBG) log("getDevicesMatchingState
388 private static void log(String msg) { method in class:BluetoothMap
[all...]
H A DBluetoothPan.java157 if (VDBG) log("close()");
227 if (DBG) log("connect(" + device + ")");
268 if (DBG) log("disconnect(" + device + ")");
286 if (VDBG) log("getConnectedDevices()");
303 if (VDBG) log("getDevicesMatchingStates()");
320 if (VDBG) log("getState(" + device + ")");
335 if (DBG) log("setBluetoothTethering(" + value + ")");
344 if (VDBG) log("isTetheringOn()");
384 private static void log(String msg) { method in class:BluetoothPan
H A DBluetoothPbap.java214 if (VDBG) log("getState()");
221 if (DBG) log(Log.getStackTraceString(new Throwable()));
233 if (VDBG) log("getClient()");
240 if (DBG) log(Log.getStackTraceString(new Throwable()));
251 if (VDBG) log("isConnected(" + device + ")");
258 if (DBG) log(Log.getStackTraceString(new Throwable()));
269 if (DBG) log("disconnect()");
277 if (DBG) log(Log.getStackTraceString(new Throwable()));
304 if (DBG) log("Proxy object connected");
311 if (DBG) log("Prox
319 private static void log(String msg) { method in class:BluetoothPbap
[all...]
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java114 log("close - already closed; ignoring");
145 log("close - completed");
177 log("acquire lock early aborted (already closed)");
197 log("acquire lock unblocked aborted (already closed)");
212 log("acquired lock (local own count = " + ownedLocks + ")");
245 log("acquire exclusive lock early aborted (already closed)");
270 log("acquire exclusive lock unblocked aborted (already closed)");
285 log("acquired exclusive lock (local own count = " + ownedLocks + ")");
338 log("released lock (local lock count " + ownedLocks + ")");
342 private void log(Strin method in class:CloseableLock
[all...]
/frameworks/base/core/java/android/net/
H A DDnsPinger.java169 log("Sending a ping " + newActivePing.internalId +
200 log("response ID didn't match, ignoring packet");
207 log("DnsPinger.pingDns got socket exception: " + e);
281 log("Responding to packet " + internalId +
327 private void log(String s) { method in class:DnsPinger
H A DMobileDataStateTracker.java146 mMdst.log("MdstHandler connected");
151 mMdst.log("MdstHandler %s NOT connected error=" + msg.arg1);
156 if (VDBG) mMdst.log("Disconnected from DataStateTracker");
160 if (VDBG) mMdst.log("Ignorning unknown message=" + msg);
221 log("Broadcast received: " + intent.getAction() + " apnType=" + apnType
237 log(String.format("Broadcast received: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED"
247 log("Broadcast received: " + intent.getAction() + " apnType=" + apnType);
267 log(mApnType + " setting isAvailable to " +
274 log("Received state=" + state + ", old=" + mMobileDataState +
289 //if (DBG) log("clearin
760 private void log(String s) { method in class:MobileDataStateTracker
[all...]
H A DNetworkAgent.java142 if (VDBG) log("Registering NetworkAgent");
154 log("Received new connection while already connected!");
156 if (VDBG) log("NetworkAgent fully connected");
172 if (VDBG) log("CMD_CHANNEL_DISCONNECT");
177 if (DBG) log("NetworkAgent channel lost");
186 log("Unhandled Message " + msg);
191 log("CMD_REPORT_NETWORK_STATUS(" +
296 protected void log(String s) { method in class:NetworkAgent
H A DNetworkFactory.java116 if (DBG) log("Registering NetworkFactory");
124 if (DBG) log("Unregistering NetworkFactory");
168 if (DBG) log("got request " + request + " with score " + score);
172 if (VDBG) log("new score " + score + " for exisiting request " + request);
175 if (VDBG) log(" my score=" + mScore + ", my filter=" + mCapabilityFilter);
274 protected void log(String s) { method in class:NetworkFactory
/frameworks/base/core/java/android/util/
H A DLocalLog.java41 public synchronized void log(String msg) { method in class:LocalLog
H A DMathUtils.java50 public static float log(float a) { method in class:MathUtils
51 return (float) Math.log(a);
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DMultipartEntity.java86 private static final Log log = LogFactory.getLog(MultipartEntity.class); field in class:MultipartEntity
210 log.error("An exception occurred while getting the length of the parts", e);
/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java22 * Print stream which log lines using Android's logging system.
35 * @param tag to log
46 protected void log(String line) { method in class:AndroidPrintStream

Completed in 4582 milliseconds

1234567