Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/tests/camera2/
Dcamera2_utils.h119 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,
Dcamera2_utils.cpp257 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/
Dcamera2.h300 int32_t ext2,
779 int32_t ext2);
Dcamera.h59 int32_t ext2,
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test.h69 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dcamera_test_menu.cpp653 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/
Dcamera_test.h158 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dcamera_test_menu.cpp770 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/
DExynosCameraHWInterface2.h458 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
DExynosCameraHWInterface2.cpp2397 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()