Searched defs:ext2 (Results 1 - 6 of 6) sorted by path

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp413 void CameraDevice::sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) { argument
417 object->mDeviceCallback->notifyCallback((NotifyCallbackMsg) msg_type, ext1, ext2);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp6582 * @ext2 : optional extension2
6590 int32_t ext2)
6597 cbArg.ext2 = ext2;
9026 cbArg.ext2 = false;
6588 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCamera2HWI.h95 int32_t ext2; member in struct:qcamera::__anon1913
144 int32_t ext2; // extended parameter member in struct:qcamera::__anon1916
427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraMuxer.cpp2251 * @ext2 : optional extension2
2258 int32_t ext2)
2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2);
2257 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
H A DQCameraPostProc.cpp853 * @ext2 : extension
861 int32_t ext2)
863 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
2398 cbArg.ext2 = 0;
2977 cbArg.ext2 = 0;
859 sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp822 * @ext2: extended parameters
826 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
828 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
836 int fd = dup(ext2);
837 printf("notify Preview Frame fd: %d dup fd: %d\n", ext2, fd);

Completed in 127 milliseconds