Searched refs:ext2 (Results 1 - 25 of 37) sorted by relevance

12

/device/generic/goldfish/camera/
H A DEmulatedCamera2.h138 int32_t ext1, int32_t ext2);
217 int ext2);
261 int32_t ext1, int32_t ext2, int32_t ext3);
H A DEmulatedCamera2.cpp181 int ext1, int ext2) {
320 int ext2) {
322 return ec->triggerAction(trigger_id, ext1, ext2);
380 int32_t ext1, int32_t ext2, int32_t ext3) {
387 notifyCb(msgType, ext1, ext2, ext3, mNotifyUserPtr);
180 triggerAction(uint32_t trigger_id, int ext1, int ext2) argument
317 trigger_action(const camera2_device_t *d, uint32_t trigger_id, int ext1, int ext2) argument
379 sendNotification(int32_t msgType, int32_t ext1, int32_t ext2, int32_t ext3) argument
H A DEmulatedFakeCamera2.h126 int32_t ext2);
295 int32_t ext1, int32_t ext2);
H A DEmulatedFakeCamera2.cpp612 int32_t ext2) {
630 ext1, ext2);
1686 int32_t ext1, int32_t ext2) {
1687 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2);
1706 __FUNCTION__, msgType, ext1, ext2);
610 triggerAction(uint32_t trigger_id, int32_t ext1, int32_t ext2) argument
1685 triggerAction(uint32_t msgType, int32_t ext1, int32_t ext2) argument
/device/moto/shamu/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.h105 int32_t ext2);
/device/asus/flo/camera/QCamera2/HAL/test/
H A Dqcamera_test.h87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
H A Dqcamera_test.cpp161 * @ext2: extended parameters
165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
167 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
/device/lge/hammerhead/camera/QCamera2/HAL/test/
H A Dqcamera_test.h87 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
H A Dqcamera_test.cpp161 * @ext2: extended parameters
165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
167 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraPostProc.h119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCamera2HWI.h92 int32_t ext2; member in struct:qcamera::__anon23
120 int32_t ext2; // extended parameter member in struct:qcamera::__anon25
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraPostProc.cpp383 * @ext2 : extension
391 int32_t ext2)
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
1007 cbArg.ext2 = 0;
1181 cbArg.ext2 = 0;
389 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCamera2HWI.cpp2430 * @ext2 : optional extension2
2438 int32_t ext2)
2445 cbArg.ext2 = ext2;
3512 cbArg.ext2 = true;
3515 cbArg.ext2 = false;
2436 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h114 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraPostProc.h119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCamera2HWI.h92 int32_t ext2; member in struct:qcamera::__anon514
120 int32_t ext2; // extended parameter member in struct:qcamera::__anon516
299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraPostProc.cpp383 * @ext2 : extension
391 int32_t ext2)
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
1007 cbArg.ext2 = 0;
1181 cbArg.ext2 = 0;
389 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCamera2HWI.cpp2430 * @ext2 : optional extension2
2438 int32_t ext2)
2445 cbArg.ext2 = ext2;
3512 cbArg.ext2 = true;
3515 cbArg.ext2 = false;
2436 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h117 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraPostProc.h128 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCamera2HWI.h113 int32_t ext2; member in struct:qcamera::__anon1561
146 int32_t ext2; // extended parameter member in struct:qcamera::__anon1563
367 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h125 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/lge/mako/camera/
H A DQualcommCamera.cpp130 int32_t ext2,
141 notify_cb(msgType, ext1, ext2, user_data);
128 cam_notify_callback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) argument
/device/moto/shamu/camera/QCamera2/HAL/test/
H A Dqcamera_test.h118 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
/device/lge/mako/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h170 int32_t ext2; member in struct:__anon924

Completed in 188 milliseconds

12