Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_emoji_EmojiFactory.cpp22 EmojiFactory *TryCallGetImplementation(const char* name);
77 EmojiFactory *EmojiFactoryCaller::TryCallGetImplementation( in TryCallGetImplementation() function in android::EmojiFactoryCaller
132 EmojiFactory *factory = gCaller->TryCallGetImplementation(str.string()); in android_emoji_EmojiFactory_newInstance()