Searched refs:toString (Results 1 - 25 of 2669) 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 DBufferingSettings.h69 String8 toString() const;
H A DIDataSource.h50 virtual String8 toString() = 0;
H A DInterpolator.h295 std::string toString() const { function in class:android::Interpolator
H A DMediaAnalyticsItem.h168 AString toString();
H A DMediaResource.h48 String8 toString() const;
H A DMediaResourcePolicy.h37 String8 toString() const;
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 DMetaData.h267 String8 toString() const;
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/include/img_utils/
H A DTiffEntry.h87 virtual String8 toString() const;
H A DTiffIfd.h143 virtual String8 toString() const;
/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/
H A DAudioTrack.cpp2493 (long long)frames, ets.toString().c_str());
/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

Completed in 292 milliseconds

1234567891011>>