/hardware/libhardware/include/hardware/ |
D | camera2.h | 302 int32_t ext1, 781 int32_t ext1,
|
D | camera.h | 58 int32_t ext1,
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 27 * @param ext1 The first 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 | 94 int32_t ext1; member 143 int32_t ext1; // 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 | 860 int32_t ext1, in sendEvtNotify() argument 863 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify() 2397 cbArg.ext1 = 0; in encodeData() 2976 cbArg.ext1 = 0; in processRawImageImpl()
|
D | QCameraMuxer.cpp | 2257 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify() argument 2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
|
D | QCamera2HWICallbacks.cpp | 1279 cbArg.ext1 = CAMERA_FRAME_DATA_FD; in secure_stream_cb_routine() 3396 cb->ext1, in cbNotifyRoutine()
|
D | QCamera2HWI.cpp | 6589 int32_t ext1, in sendEvtNotify() argument 6596 cbArg.ext1 = ext1; in sendEvtNotify() 9025 cbArg.ext1 = 0; 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() 832 && (ext1 == CAMERA_FRAME_DATA_FD) in notify() 843 (ext1) ? "OK" : "FAIL"); in notify()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 675 int32_t ext1, int32_t ext2) override; 941 NotifyCallbackMsg msgType, int32_t ext1 __unused, in notifyCallback()
|