Searched refs:notifyRepeatingRequestError (Results 1 – 8 of 8) sorted by relevance
63 virtual void notifyRepeatingRequestError(long lastFrameNumber) = 0;
99 virtual void notifyRepeatingRequestError(long lastFrameNumber);
456 void Camera2ClientBase<TClientBase>::notifyRepeatingRequestError( in notifyRepeatingRequestError() function in android::Camera2ClientBase
123 void notifyRepeatingRequestError(long lastFrameNumber) override;
366 void CameraOfflineSessionClient::notifyRepeatingRequestError(long /*lastFrameNumber*/) { in notifyRepeatingRequestError() function in android::CameraOfflineSessionClient
239 virtual void notifyRepeatingRequestError(long lastFrameNumber);
2055 void CameraDeviceClient::notifyRepeatingRequestError(long lastFrameNumber) { in notifyRepeatingRequestError() function in android::CameraDeviceClient
3369 listener->notifyRepeatingRequestError(lastFrameNumber); in checkAndStopRepeatingRequest()