Home | History | Annotate | Download | only in device1

Lines Matching defs:user

35                             void* user);
40 void* user);
45 void *user);
112 mHalPreviewWindow.user = this;
113 ALOGV("%s &mHalPreviewWindow %p mHalPreviewWindow.user %p", __FUNCTION__,
114 &mHalPreviewWindow, mHalPreviewWindow.user);
125 void* user)
130 mCbUser = user;
438 int32_t ext2, void *user)
442 static_cast<CameraHardwareInterface *>(user);
449 void *user)
453 static_cast<CameraHardwareInterface *>(user);
465 void *user)
469 static_cast<CameraHardwareInterface *>(user);
533 void *user __attribute__((unused)))
553 static ANativeWindow *__to_anw(void *user)
556 reinterpret_cast<CameraHardwareInterface *>(user);
559 #define anw(n) __to_anw(((struct camera_preview_window *)n)->user)
678 void *user;