Home
last modified time | relevance | path

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

/frameworks/opt/emoji/
DEmojiFactory.cpp33 static pthread_once_t g_once = PTHREAD_ONCE_INIT; variable
149 pthread_once(&g_once, InitializeEmojiFactory); in GetImplementation()
165 pthread_once(&g_once, InitializeEmojiFactory); in GetAvailableImplementation()
/frameworks/base/core/jni/
Dandroid_emoji_EmojiFactory.cpp94 static pthread_once_t g_once = PTHREAD_ONCE_INIT; variable
121 pthread_once(&g_once, InitializeCaller); in android_emoji_EmojiFactory_newInstance()
139 pthread_once(&g_once, InitializeCaller); in android_emoji_EmojiFactory_newAvailableInstance()