Home
last modified time | relevance | path

Searched defs:once (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Donce.h94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
Donce_unittest.cc59 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c139 static pthread_once_t once = PTHREAD_ONCE_INIT; in FwdLockGlue_InitializeKeyEncryption() local
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp104 static std::once_flag once; in getFontFuncs() local
120 static std::once_flag once; in getFontFuncsForEmoji() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java249 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord()
255 … private NotificationRecord getLeanbackNotificationRecord(int id, boolean insistent, boolean once, in getLeanbackNotificationRecord()
272 private NotificationRecord getNotificationRecord(int id, boolean insistent, boolean once, in getNotificationRecord()
/frameworks/av/media/libstagefright/
DACodec.cpp168 static pthread_once_t once = PTHREAD_ONCE_INIT; // const-inited in getCopyConverter() local