Searched refs:notifyRepeatingRequestError (Results 1 – 9 of 9) sorted by relevance
63 virtual void notifyRepeatingRequestError(long lastFrameNumber) = 0;
91 virtual void notifyRepeatingRequestError(long lastFrameNumber);
475 void Camera2ClientBase<TClientBase>::notifyRepeatingRequestError( in notifyRepeatingRequestError() function in android::Camera2ClientBase
78 virtual void notifyRepeatingRequestError(long /*lastFrameNumber*/) {}; in notifyRepeatingRequestError() function
126 void notifyRepeatingRequestError(long lastFrameNumber) override;
373 void CameraOfflineSessionClient::notifyRepeatingRequestError(long /*lastFrameNumber*/) { in notifyRepeatingRequestError() function in android::CameraOfflineSessionClient
247 virtual void notifyRepeatingRequestError(long lastFrameNumber);
2373 void CameraDeviceClient::notifyRepeatingRequestError(long lastFrameNumber) { in notifyRepeatingRequestError() function in android::CameraDeviceClient
3480 listener->notifyRepeatingRequestError(lastFrameNumber); in checkAndStopRepeatingRequest()