Searched defs:notifyCallback (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/camera/
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 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 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.cpp270 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
272 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.cpp85 mHardware->setCallbacks(notifyCallback,
673 // notifyCallback:
675 // (others) c->notifyCallback
693 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
695 LOG2("notifyCallback(%d)", msgType);
788 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
885 c->notifyCallback(msgType, ext1, ext2);

Completed in 51 milliseconds