Home
last modified time | relevance | path

Searched defs:hashString (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/modules-utils/java/com/android/modules/expresslog/
DUtils.java20 static native long hashString(String stringToHash); in hashString() method in Utils
/frameworks/libs/modules-utils/jni/expresslog/
Dcom_android_modules_expresslog_Utils.cpp36 static jlong hashString(JNIEnv* env, jclass /*class*/, jstring metricNameObj) { in hashString() function
/frameworks/base/core/java/android/util/
DHashedStringCache.java99 public HashResult hashString(Context context, String tag, String clearText, in hashString() method in HashedStringCache
/frameworks/rs/script_api/
DUtilities.cpp125 string hashString(const string& s) { in hashString() function
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPlanner.cpp265 const String8 hashString(args[2]); in dump() local