Home | History | Annotate | Download | only in camera2

Lines Matching full:ext3

258         int32_t *ext3) {
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
267 int32_t *ext3) {
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
283 int32_t *ext3) {
287 *ext3 = mNotifications.begin()->ext3;
295 int32_t ext3) {
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
304 int32_t ext3,
307 me->onNotify(msg_type, ext1, ext2, ext3);