/hardware/libhardware/tests/camera2/ |
D | camera2_utils.h | 119 int32_t *ext2, int32_t *ext3); 122 int32_t *ext2, int32_t *ext3); 129 int32_t *ext1, int32_t *ext2, int32_t *ext3); 135 ext2(e2), in Notification() 141 int32_t ext2; member 152 int32_t ext2, 157 int32_t ext2,
|
D | camera2_utils.cpp | 257 int32_t *ext2, in getNextNotification() argument 261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in getNextNotification() 266 int32_t *ext2, in waitForNotification() argument 272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3); in waitForNotification() 282 int32_t *ext2, in getNextNotificationLocked() argument 286 *ext2 = mNotifications.begin()->ext2; in getNextNotificationLocked() 294 int32_t ext2, in onNotify() argument 297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3)); in onNotify() 303 int32_t ext2, in notify_callback_dispatch() argument 307 me->onNotify(msg_type, ext1, ext2, ext3); in notify_callback_dispatch()
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 300 int32_t ext2, 779 int32_t ext2);
|
D | camera.h | 59 int32_t ext2,
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test.h | 69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | camera_test_menu.cpp | 653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() argument 655 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test.h | 158 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | camera_test_menu.cpp | 770 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() argument 772 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.h | 458 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
|
D | ExynosCameraHWInterface2.cpp | 2397 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) in triggerAction() argument 2400 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2); in triggerAction() 6330 int ext2) in HAL2_device_trigger_action() argument 6335 return obj(dev)->triggerAction(trigger_id, ext1, ext2); in HAL2_device_trigger_action()
|