Searched defs:LOG_TAG (Results 51 - 75 of 1352) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp18 #define LOG_TAG "ACodecBufferChannel" macro
H A DSampleIterator.cpp17 #define LOG_TAG "SampleIterator" macro
/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp18 #define LOG_TAG "HTTPHelper" macro
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp17 #define LOG_TAG "MtpDeviceInfo" macro
H A DMtpResponsePacket.cpp17 #define LOG_TAG "MtpResponsePacket" macro
H A DMtpStorageInfo.cpp17 #define LOG_TAG "MtpStorageInfo" macro
/frameworks/av/services/audioflinger/
H A DFastCaptureDumpState.cpp17 #define LOG_TAG "FastCaptureDumpState" macro
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioCollections.cpp17 #define LOG_TAG "APM::AudioCollections" macro
H A DAudioRoute.cpp17 #define LOG_TAG "APM::AudioRoute" macro
H A DAudioSourceDescriptor.cpp17 #define LOG_TAG "APM::AudioSourceDescriptor" macro
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.cpp17 #define LOG_TAG "APM::AudioPolicyEngine/InputSource" macro
H A DStrategy.cpp17 #define LOG_TAG "APM::AudioPolicyEngine/Strategy" macro
H A DStream.cpp17 #define LOG_TAG "APM::AudioPolicyEngine/Stream" macro
H A DUsage.cpp17 #define LOG_TAG "APM::AudioPolicyEngine/Usage" macro
/frameworks/av/services/mediacodec/
H A DMediaCodecService.cpp17 #define LOG_TAG "MediaCodecService" macro
/frameworks/av/services/oboeservice/
H A DAAudioThread.cpp17 #define LOG_TAG "AAudioService" macro
/frameworks/base/cmds/webview_zygote/
H A Dwebview_zygote.cpp18 #define LOG_TAG "WebViewZygote" macro
/frameworks/base/core/java/android/printservice/
H A DCustomPrinterIconCallback.java34 private static final String LOG_TAG = "CustomPrinterIconCB"; field in class:CustomPrinterIconCallback
57 Log.e(LOG_TAG , "Could not update icon", e);
/frameworks/base/core/jni/
H A Dandroid_os_GraphicsEnvironment.cpp17 #define LOG_TAG "GraphicsEnvironment" macro
H A Dandroid_os_VintfRuntimeInfo.cpp17 #define LOG_TAG "VintfRuntimeInfo" macro
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp17 #define LOG_TAG "ZipUtils_test" macro
/frameworks/base/media/jni/midi/
H A Dandroid_media_midi_MidiDevice.cpp18 #define LOG_TAG "Midi-JNI" macro
/frameworks/base/native/android/
H A Dobb.cpp17 #define LOG_TAG "NObb" macro
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDrmReceiver.java31 private static final String LOG_TAG = "WAP PUSH"; field in class:DrmReceiver
35 Log.d(LOG_TAG, "DrmReceiver received.");
43 Log.d(LOG_TAG, "header:");
44 Log.d(LOG_TAG, HexDump.dumpHexString(header));
45 Log.d(LOG_TAG, "body:");
46 Log.d(LOG_TAG, HexDump.dumpHexString(body));
H A DReceiverActivity.java30 private static final String LOG_TAG = "WAP PUSH"; field in class:ReceiverActivity
35 Log.d(LOG_TAG, "activity created!!");
44 Log.d(LOG_TAG, "header:");
45 Log.d(LOG_TAG, HexDump.dumpHexString(header));
46 Log.d(LOG_TAG, "body:");
47 Log.d(LOG_TAG, HexDump.dumpHexString(body));

Completed in 786 milliseconds

1234567891011>>