Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 16 of 16) 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.h299 int32_t ext2,
778 int32_t ext2);
Dcamera.h56 int32_t ext2,
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h92 int32_t ext2; member
120 int32_t ext2; // extended parameter member
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraPostProc.h119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraPostProc.cpp391 int32_t ext2) in sendEvtNotify() argument
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
1007 cbArg.ext2 = 0; in encodeData()
1181 cbArg.ext2 = 0; in processRawImageImpl()
DQCamera2HWI.cpp2438 int32_t ext2) in sendEvtNotify() argument
2445 cbArg.ext2 = ext2; in sendEvtNotify()
3512 cbArg.ext2 = true; in playShutter()
3515 cbArg.ext2 = false; in playShutter()
DQCamera2HWICallbacks.cpp1100 cb->ext2, in cbNotifyRoutine()
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
Dqcamera_test.cpp165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument
167 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify()
/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/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.h115 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h473 virtual int triggerAction(uint32_t trigger_id, int ext1, int ext2);
DExynosCameraHWInterface2.cpp2387 int ExynosCameraHWInterface2::triggerAction(uint32_t trigger_id, int ext1, int ext2) in triggerAction() argument
2390 ALOGV("DEBUG(%s): id(%x), %d, %d", __FUNCTION__, trigger_id, ext1, ext2); in triggerAction()
6301 int ext2) in HAL2_device_trigger_action() argument
6306 return obj(dev)->triggerAction(trigger_id, ext1, ext2); in HAL2_device_trigger_action()