Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:user

37                             void* user);
42 void* user);
47 void *user);
119 mHalPreviewWindow.user = this;
120 LOGV("%s &mHalPreviewWindow %p mHalPreviewWindow.user %p", __FUNCTION__,
121 &mHalPreviewWindow, mHalPreviewWindow.user);
132 void* user)
137 mCbUser = user;
445 int32_t ext2, void *user)
449 static_cast<CameraHardwareInterface *>(user);
456 user)
460 static_cast<CameraHardwareInterface *>(user);
472 void *user)
476 static_cast<CameraHardwareInterface *>(user);
540 void *user __attribute__((unused)))
560 static ANativeWindow *__to_anw(void *user)
563 reinterpret_cast<CameraHardwareInterface *>(user);
566 #define anw(n) __to_anw(((struct camera_preview_window *)n)->user)
678 void *user;