HomeSort by relevance Sort by last modified time
    Searched refs:debugString (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
CanvasClient.java 32 public void setDebugString(String debugString) {
33 mDebugString = debugString;
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 33 * @param debugString Identification string useful for debugging.
35 public ApiList(String debugString) {
37 mDebugString = debugString;
  /frameworks/av/include/media/stagefright/foundation/
ParsedMessage.h 38 AString debugString() const;
AMessage.h 97 AString debugString(int32_t indent = 0) const;
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 71 msg->debugString().c_str());
ParsedMessage.cpp 225 AString ParsedMessage::debugString() const {
AMessage.cpp 424 AString AMessage::debugString(int32_t indent) const {
504 item.u.refValue)->debugString(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 153 final String debugString = wordInfo.getDebugString();
154 if (TextUtils.isEmpty(debugString)) {
157 return debugString;
  /frameworks/av/cmds/stagefright/
muxer.cpp 95 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str());
codec.cpp 281 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str());
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 400 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
652 msg->debugString().c_str());
MediaCodecList.cpp 142 caps->getDetails()->debugString().c_str());
Utils.cpp 575 ALOGI("converted %s to:", msg->debugString(0).c_str());
ACodec.cpp     [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 194 ALOGV("output format is '%s'", mOutputFormat->debugString(0).c_str());
301 msg->debugString().c_str());
PlaybackSession.cpp 483 msg->debugString().c_str());
WifiDisplaySource.cpp 1050 sessionID, data->debugString().c_str());
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 406 msg->debugString().c_str());
NuPlayerDecoder.cpp 79 ALOGV("[%s] onMessage: %s", mComponentName.c_str(), msg->debugString().c_str());
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 237 extra == NULL ? "NULL" : extra->debugString().c_str());
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 256 milliseconds