Home
last modified time | relevance | path

Searched refs:toStringImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmediahelper/include/media/
DTypeConverter.h110 static bool toStringImpl(const typename Traits::Type &value, std::string &str);
122 inline bool TypeConverter<Traits>::toStringImpl( in toStringImpl() function
148 const bool success = toStringImpl(value, str); in toString()
240 inline bool TypeConverter<DeviceTraits>::toStringImpl( in toStringImpl() function
253 inline bool TypeConverter<OutputDeviceTraits>::toStringImpl( in toStringImpl() function
275 inline bool TypeConverter<InputDeviceTraits>::toStringImpl( in toStringImpl() function
297 inline bool TypeConverter<InputFlagTraits>::toStringImpl( in toStringImpl() function
310 inline bool TypeConverter<OutputFlagTraits>::toStringImpl( in toStringImpl() function
323 inline bool TypeConverter<FormatTraits>::toStringImpl( in toStringImpl() function
336 inline bool TypeConverter<OutputChannelTraits>::toStringImpl( in toStringImpl() function
[all …]
DAudioParameter.h110 String8 toString() const { return toStringImpl(true); } in toString()
111 String8 keysToString() const { return toStringImpl(false); } in keysToString()
132 String8 toStringImpl(bool useValues) const;
/frameworks/av/media/libmediahelper/
DAudioParameter.cpp102 String8 AudioParameter::toStringImpl(bool useValues) const in toStringImpl() function in android::AudioParameter