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.cpp90 mHardware->setCallbacks(notifyCallback,
836 // notifyCallback:
838 // (others) c->notifyCallback
848 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, function in class:android::CameraClient
850 LOG2("notifyCallback(%d)", msgType);
971 c->notifyCallback(CAMERA_MSG_SHUTTER, 0, 0);
1075 c->notifyCallback(msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp73 hardware::Return<void> CameraHardwareInterface::notifyCallback( function in class:android::CameraHardwareInterface

Completed in 78 milliseconds