Searched refs:notifyCallback (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/include/camera/
H A DICameraClient.h37 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DIProCameraCallbacks.h39 virtual void notifyCallback(int32_t msgType,
H A DCameraBase.h93 virtual void notifyCallback(int32_t msgType, int32_t ext,
H A DCamera.h147 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
H A DProCamera.h248 virtual void notifyCallback(int32_t msgType,
/frameworks/av/camera/
H A DIProCameraCallbacks.cpp50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::BpProCameraCallbacks
52 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::BpCameraClient
44 ALOGV("notifyCallback");
96 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp158 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
170 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, function in class:android::CameraBase
H A DCamera.cpp296 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
298 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
H A DProCamera.cpp60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::ProCamera
62 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h98 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
H A DCameraClient.cpp86 mHardware->setCallbacks(notifyCallback,
693 // notifyCallback:
695 // (others) c->notifyCallback
713 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
715 LOG2("notifyCallback(%d)", msgType);
808 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
905 c->notifyCallback(msgType, ext1, ext2);
H A DCamera2Client.cpp1313 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
1830 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS_MOVE,
1838 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp744 l.mRemoteCallback->notifyCallback(CAMERA_MSG_SHUTTER,
748 l.mRemoteCallback->notifyCallback(CAMERA_MSG_RAW_IMAGE_NOTIFY,
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1542 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);
1588 mRemoteCallback->notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_RELEASED, 0);

Completed in 892 milliseconds