Searched defs:toString (Results 1 - 25 of 1284) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DAudioParameter.h78 String8 toString() const { return toStringImpl(true); } function in class:android::AudioParameter
H A DAudioTimestamp.h139 std::string toString() { function
H A DInterpolator.h295 std::string toString() const { function in class:android::Interpolator
H A DTypeConverter.h118 static bool toString(const typename Traits::Type &value, std::string &str);
142 inline bool TypeConverter<Traits>::toString(const typename Traits::Type &value, std::string &str) function in class:android::TypeConverter
213 toString(static_cast<typename Traits::Type>(0), str);
H A DVolumeShaper.h315 std::string toString() const { function in class:android::VolumeShaper::Configuration
322 ss << ", " << Interpolator<S, T>::toString().c_str();
439 std::string toString() const { function in class:android::VolumeShaper::Operation
498 std::string toString() const { function in class:android::VolumeShaper::State
540 std::string toString() const { function in class:android::VolumeShaper::Translate
660 std::string toString() const { function in class:android::VolumeShaper
663 ss << ", mXTranslate=" << mXTranslate.toString().c_str();
666 ? "nullptr" : mConfiguration->toString().c_str());
669 ? "nullptr" : mOperation->toString().c_str());
698 VS_LOG("translate: %s", mXTranslate.toString()
938 std::string toString() const { function in class:android::VolumeHandler
[all...]
H A Dconvert.h146 static inline bool toString(const T &value, std::string &str) function in namespace:android::utilities::details
179 return toString<srcType>(str, result);
/frameworks/av/include/media/stagefright/
H A DCallbackDataSource.h41 virtual String8 toString() { function in class:android::CallbackDataSource
70 virtual String8 toString() { function in class:android::TinyCacheSource
H A DDataSource.h97 virtual String8 toString() { function in class:android::DataSource
H A DFileSource.h50 virtual String8 toString() { function in class:android::FileSource
H A DHTTPBase.h59 virtual String8 toString() { function in struct:android::HTTPBase
H A DNuCachedSource2.h51 virtual String8 toString() { function in struct:android::NuCachedSource2
H A DRemoteDataSource.h66 virtual String8 toString() { function in class:android::RemoteDataSource
90 mName = String8::format("RemoteDataSource(%s)", mSource->toString().string());
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp126 String8 TiffEntry::toString() const { function in class:android::img_utils::TiffEntry
H A DTiffIfd.cpp363 String8 TiffIfd::toString() const { function in class:android::img_utils::TiffIfd
369 output.append(mEntries[i]->toString());
380 ALOGI("\t%s", mEntries[i]->toString().string());
/frameworks/av/media/libaudioclient/include/media/
H A DAudioParameter.h78 String8 toString() const { return toStringImpl(true); } function in class:android::AudioParameter
H A DAudioTimestamp.h139 std::string toString() { function
/frameworks/av/media/libmedia/
H A DBufferingSettings.cpp83 String8 BufferingSettings::toString() const { function in class:android::BufferingSettings
H A DIDataSource.cpp92 virtual String8 toString() { function in struct:android::BpDataSource
178 reply->writeString8(toString());
H A DIMediaExtractor.cpp233 String8 toString() const;
236 String8 ExtractorInstance::toString() const { function in class:android::ExtractorInstance
283 instance.trackDescriptions.push_front(source->getFormat()->toString());
299 ex.sourceDescription = source->toString();
320 out.append(instance.toString());
H A DMediaResource.cpp51 String8 MediaResource::toString() const { function in class:android::MediaResource
H A DMediaResourcePolicy.cpp43 String8 MediaResourcePolicy::toString() const { function in class:android::MediaResourcePolicy
/frameworks/av/media/libmedia/include/media/
H A DTypeConverter.h118 static bool toString(const typename Traits::Type &value, std::string &str);
142 inline bool TypeConverter<Traits>::toString(const typename Traits::Type &value, std::string &str) function in class:android::TypeConverter
213 toString(static_cast<typename Traits::Type>(0), str);
H A Dconvert.h146 static inline bool toString(const T &value, std::string &str) function in namespace:android::utilities::details
179 return toString<srcType>(str, result);
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp653 AString MediaAnalyticsItem::toString() { function in class:android::MediaAnalyticsItem
730 AString p = this->toString();
740 AString p = this->toString();
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp370 String8 MetaData::toString() const { function in class:android::MetaData

Completed in 1221 milliseconds

1234567891011>>