Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.cpp521 string actual_method_name(method_name); in CacheMethod() local
522 actual_method_name.append("ForFuse"); in CacheMethod()
523 mid = env->GetMethodID(media_provider_class_, actual_method_name.c_str(), signature); in CacheMethod()