Home
last modified time | relevance | path

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

/frameworks/native/libs/sensor/
DSensor.cpp597 const String8& string8) { in flattenString8()
/frameworks/base/services/core/jni/
Dcom_android_server_net_NetworkStatsFactory.cpp294 ScopedUtfChars string8(env, string); in readNetworkStatsDetail() local
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs710 let string8 = "Custom Parcelable".to_string(); in test_custom_parcelable() localVariable
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6363 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() function in android::StringPoolRef