Home
last modified time | relevance | path

Searched defs:string8 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/sensor/
DSensor.cpp613 const String8& string8) { in flattenString8()
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp119 static std::string toStdString(const String8& string8) { in toStdString()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs1223 let string8 = "Custom Parcelable".to_string(); in test_custom_parcelable() localVariable
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6516 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() function in android::StringPoolRef