Home | History | Annotate | Download | only in camera2

Lines Matching full:ext3

259         int32_t *ext3) {
262 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
268 int32_t *ext3) {
273 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
284 int32_t *ext3) {
288 *ext3 = mNotifications.begin()->ext3;
296 int32_t ext3) {
298 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
305 int32_t ext3,
308 me->onNotify(msg_type, ext1, ext2, ext3);