Searched defs:once (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/ui/
H A DGraphicsEnv.cpp26 // TODO(b/37049319) Get this from a header once one exists
49 static std::once_flag once; local
50 std::call_once(once, [this]() {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c139 static pthread_once_t once = PTHREAD_ONCE_INIT; local
140 pthread_once(&once, FwdLockGlue_InitializeRoundKeys);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java133 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
138 return getNotificationRecord(mId, false /* insistent */, false /* once */,
143 return getNotificationRecord(mId, false /* insistent */, true /* once */,
148 return getNotificationRecord(mId, false /* insistent */, false /* once */,
153 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
158 return getNotificationRecord(mId, false /* insistent */, true /* once */,
163 return getNotificationRecord(mId, true /* insistent */, false /* once */,
168 return getLeanbackNotificationRecord(mId, true /* insistent */, false /* once */,
173 return getNotificationRecord(mId, false /* insistent */, false /* once */,
178 return getNotificationRecord(mId, false /* insistent */, true /* once */,
204 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights) argument
210 getLeanbackNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights) argument
221 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights, boolean defaultVibration, boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, boolean isLeanback) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp146 static pthread_once_t once = PTHREAD_ONCE_INIT; // const-inited local
148 pthread_once(&once, [](){ sCopyConverter = new DataConverter(); });
1490 // once used. We can simply ignore this as we have already dequeued

Completed in 209 milliseconds