Searched refs:mName (Results 26 - 50 of 338) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp37 mName = String8::format("CallbackDataSource(%s)", mIDataSource->toString().string());
122 mName = String8::format("TinyCacheSource(%s)", mSource->toString().string());
H A DFileSource.cpp37 mName("<null>"),
45 mName = String8::format("FileSource(%s)", filename);
61 mName("<null>"),
95 mName = String8::format(
H A DHTTPBase.cpp41 mName = String8("HTTPBase(<disconnected>)");
H A DMediaCodecList.cpp268 info.mName.c_str());
277 ALOGV("%s codec info for %s: %s", info.mName.c_str(), mime.c_str(),
327 AString line = info.mName;
778 mCurrentInfo->mName.c_str(), type);
782 mCurrentInfo->mName,
790 mCurrentInfo->mName.c_str(), type,
1132 if (info.mName == name) {
H A DNuCachedSource2.cpp228 mName = String8::format("NuCachedSource2(%s)", mSource->toString().string());
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp85 mName = name;
124 mName.empty() ? "ALooper" : mName.c_str(), priority);
H A DAMessage.cpp91 delete[] item->mName;
92 item->mName = NULL;
163 if (!memcmp(mItems[i].mName, name, len)) {
183 mName = new char[len + 1];
184 memcpy((void*)mName, name, len + 1);
479 to->setName(from->mName, from->mNameLength);
564 "int32_t %s = %d", item.mName, item.u.int32Value);
568 "int64_t %s = %lld", item.mName, item.u.int64Value);
572 "size_t %s = %d", item.mName, item.u.sizeValue);
576 "float %s = %f", item.mName, ite
[all...]
/frameworks/av/media/libstagefright/foundation/include/
H A DCallbackDataSource.h42 return mName;
51 String8 mName; member in class:android::CallbackDataSource
71 return mName;
88 String8 mName; member in class:android::TinyCacheSource
H A DFileSource.h51 return mName;
64 String8 mName; member in class:android::FileSource
H A DHTTPBase.h60 return mName;
65 String8 mName; member in struct:android::HTTPBase
H A DNuCachedSource2.h52 return mName;
106 String8 mName; member in struct:android::NuCachedSource2
H A DOMXNodeInstance.h164 char *mName; member in struct:android::OMXNodeInstance
H A DRemoteDataSource.h67 return mName;
80 String8 mName; member in class:android::RemoteDataSource
90 mName = String8::format("RemoteDataSource(%s)", mSource->toString().string());
H A DSoftOMXComponent.h99 AString mName; member in struct:android::SoftOMXComponent
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooper.h58 return mName.c_str();
75 AString mName; member in struct:android::ALooper
H A DAMessage.h216 const char *mName; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp74 mName = String8::format("MediaHTTP(%s)", sanitized.c_str());
81 mName = String8("MediaHTTP(<disconnected>)");
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp74 AString mName; member in struct:android::M3UParser::MediaGroup::Media
108 item.mName = name;
/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h42 return mName;
51 String8 mName; member in class:android::CallbackDataSource
71 return mName;
88 String8 mName; member in class:android::TinyCacheSource
H A DFileSource.h51 return mName;
64 String8 mName; member in class:android::FileSource
H A DHTTPBase.h60 return mName;
65 String8 mName; member in struct:android::HTTPBase
H A DNuCachedSource2.h52 return mName;
106 String8 mName; member in struct:android::NuCachedSource2
H A DOMXNodeInstance.h164 char *mName; member in struct:android::OMXNodeInstance
H A DRemoteDataSource.h67 return mName;
80 String8 mName; member in class:android::RemoteDataSource
90 mName = String8::format("RemoteDataSource(%s)", mSource->toString().string());
H A DSoftOMXComponent.h99 AString mName; member in struct:android::SoftOMXComponent

Completed in 161 milliseconds

1234567891011>>