Searched refs:notifyRepeatingRequestError (Results 1 – 8 of 8) sorted by relevance
58 virtual void notifyRepeatingRequestError(long lastFrameNumber) = 0;
84 virtual void notifyRepeatingRequestError(long lastFrameNumber);
352 void Camera2ClientBase<TClientBase>::notifyRepeatingRequestError(long lastFrameNumber) { in notifyRepeatingRequestError() function in android::Camera2ClientBase
100 void notifyRepeatingRequestError(long lastFrameNumber) override;
327 void CameraOfflineSessionClient::notifyRepeatingRequestError(long /*lastFrameNumber*/) { in notifyRepeatingRequestError() function in android::CameraOfflineSessionClient
213 virtual void notifyRepeatingRequestError(long lastFrameNumber);
1824 void CameraDeviceClient::notifyRepeatingRequestError(long lastFrameNumber) { in notifyRepeatingRequestError() function in android::CameraDeviceClient
4479 listener->notifyRepeatingRequestError(lastFrameNumber); in checkAndStopRepeatingRequest()