Home | History | Annotate | Download | only in camera2

Lines Matching refs:mNotifications

261     if (mNotifications.size() == 0) return BAD_VALUE;
270 while (mNotifications.size() == 0) {
278 return mNotifications.size();
285 *msg_type = mNotifications.begin()->msg_type;
286 *ext1 = mNotifications.begin()->ext1;
287 *ext2 = mNotifications.begin()->ext2;
288 *ext3 = mNotifications.begin()->ext3;
289 mNotifications.erase(mNotifications.begin());
298 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));