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

/frameworks/av/camera/
H A DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::hardware::BpCameraClient
49 ALOGV("notifyCallback");
134 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
216 void CameraBase<TCam, TCamTraits>::notifyCallback(int32_t msgType, function in class:android::CameraBase
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) function in class:android::Camera
353 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp47 void notifyCallback(int32_t msgType, int32_t, int32_t) override;
98 void CameraZSLTests::notifyCallback(int32_t msgType, int32_t, function in class:CameraZSLTests
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp89 mHardware->setCallbacks(notifyCallback,
820 // notifyCallback:
822 // (others) c->notifyCallback
832 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
834 LOG2("notifyCallback(%d)", msgType);
955 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
1058 c->notifyCallback(msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp84 hardware::Return<void> CameraHardwareInterface::notifyCallback( function in class:android::CameraHardwareInterface

Completed in 285 milliseconds