Home | History | Annotate | Download | only in camera2

Lines Matching refs:mNotifications

260     if (mNotifications.size() == 0) return BAD_VALUE;
269 while (mNotifications.size() == 0) {
277 return mNotifications.size();
284 *msg_type = mNotifications.begin()->msg_type;
285 *ext1 = mNotifications.begin()->ext1;
286 *ext2 = mNotifications.begin()->ext2;
287 *ext3 = mNotifications.begin()->ext3;
288 mNotifications.erase(mNotifications.begin());
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));