/hardware/libhardware/include/hardware/ |
D | camera2.h | 303 int32_t ext2, 782 int32_t ext2);
|
D | camera.h | 59 int32_t ext2,
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 28 * @param ext2 The second parameter for the event, if needed. 30 notifyCallback(NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 137 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCamera2HWI.h | 95 int32_t ext2; member 144 int32_t ext2; // extended parameter member 427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.h | 198 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraPostProc.cpp | 861 int32_t ext2) in sendEvtNotify() argument 863 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 2398 cbArg.ext2 = 0; in encodeData() 2977 cbArg.ext2 = 0; in processRawImageImpl()
|
D | QCameraMuxer.cpp | 2258 int32_t ext2) in sendEvtNotify() argument 2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
|
D | QCamera2HWICallbacks.cpp | 1280 cbArg.ext2 = fd; in secure_stream_cb_routine() 3397 cb->ext2, in cbNotifyRoutine()
|
D | QCamera2HWI.cpp | 6590 int32_t ext2) in sendEvtNotify() argument 6597 cbArg.ext2 = ext2; in sendEvtNotify() 9026 cbArg.ext2 = false; in playShutter()
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice_1_0.h | 191 static void sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user);
|
D | CameraDevice.cpp | 418 void CameraDevice::sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) { in sNotifyCb() argument 422 object->mDeviceCallback->notifyCallback((NotifyCallbackMsg) msg_type, ext1, ext2); in sNotifyCb()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.h | 123 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
|
D | qcamera_test.cpp | 826 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument 828 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2); in notify() 836 int fd = dup(ext2); in notify() 837 printf("notify Preview Frame fd: %d dup fd: %d\n", ext2, fd); in notify()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 675 int32_t ext1, int32_t ext2) override; 942 int32_t ext2 __unused) { in notifyCallback()
|