Searched defs:once (Results 1 - 3 of 3) sorted by path

/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/av/media/libstagefright/
H A DACodec.cpp119 static pthread_once_t once = PTHREAD_ONCE_INIT; // const-inited local
121 pthread_once(&once, [](){ sCopyConverter = new DataConverter(); });
1420 // once used. We can simply ignore this as we have already dequeued
6026 // data space) so that we can set it if and once the buffer is rendered.
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java86 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
91 return getNotificationRecord(mId, false /* insistent */, false /* once */,
96 return getNotificationRecord(mId, false /* insistent */, true /* once */,
101 return getNotificationRecord(mId, false /* insistent */, false /* once */,
106 return getNotificationRecord(mOtherId, false /* insistent */, false /* once */,
111 return getNotificationRecord(mId, false /* insistent */, true /* once */,
116 return getNotificationRecord(mId, true /* insistent */, false /* once */,
121 return getNotificationRecord(mId, false /* insistent */, false /* once */,
126 return getNotificationRecord(mId, false /* insistent */, true /* once */,
131 return getNotificationRecord(mId, true /* insistent */, false /* once */,
135 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy) argument
[all...]

Completed in 138 milliseconds