Home | History | Annotate | Download | only in camera2

Lines Matching refs:ext1

256         int32_t *ext1,
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
265 int32_t *ext1,
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
281 int32_t *ext1,
285 *ext1 = mNotifications.begin()->ext1;
293 int32_t ext1,
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
302 int32_t ext1,
307 me->onNotify(msg_type, ext1, ext2, ext3);